[Midnightbsd-cvs] mports [17637] trunk/ftp/tnftpd/Makefile: libtool fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 18:44:43 EDT 2014


Revision: 17637
          http://svnweb.midnightbsd.org/mports/?rev=17637
Author:   laffer1
Date:     2014-09-28 18:44:41 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
libtool fix

Modified Paths:
--------------
    trunk/ftp/tnftpd/Makefile

Modified: trunk/ftp/tnftpd/Makefile
===================================================================
--- trunk/ftp/tnftpd/Makefile	2014-09-28 22:43:53 UTC (rev 17636)
+++ trunk/ftp/tnftpd/Makefile	2014-09-28 22:44:41 UTC (rev 17637)
@@ -11,7 +11,9 @@
 
 LICENSE=	bsd4
 
-USE_AUTOTOOLS=	aclocal automake libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	aclocal automake
 AUTOMAKE_ARGS=	--add-missing
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 



More information about the Midnightbsd-cvs mailing list