[Midnightbsd-cvs] mports [17588] trunk/dns/libidn/Makefile: dont actually use automake, but trick the stupid build script

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 27 14:45:38 EDT 2014


Revision: 17588
          http://svnweb.midnightbsd.org/mports/?rev=17588
Author:   laffer1
Date:     2014-09-27 14:45:35 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
dont actually use automake, but trick the stupid build script

Modified Paths:
--------------
    trunk/dns/libidn/Makefile

Modified: trunk/dns/libidn/Makefile
===================================================================
--- trunk/dns/libidn/Makefile	2014-09-27 18:36:13 UTC (rev 17587)
+++ trunk/dns/libidn/Makefile	2014-09-27 18:45:35 UTC (rev 17588)
@@ -12,6 +12,8 @@
 LICENSE=	gpl2 lgpl3
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS+=	automake-1.14:${PORTSDIR}/devel/automake14
+
 OPTIONS_DEFINE=	DOCS NLS
 
 GNU_CONFIGURE=	yes
@@ -19,7 +21,6 @@
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 USES=		iconv libtool makeinfo pathfix perl5 pkgconfig
-USE_AUTOTOOLS=	automake
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 



More information about the Midnightbsd-cvs mailing list