aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 14:10:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 14:10:12 +0000
commiteecf6c99aa5bb067b5352e775d62cee3398912e5 (patch)
tree7c498823d75f505baa6ac5263b2c419af46e46fb /ftp
parent131ee039baf1778dacfb8dc610d8792ad6d8e9e4 (diff)
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=362696
Diffstat (limited to 'ftp')
-rw-r--r--ftp/tnftpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile
index 100195cf69e4..6ac5e8a7e523 100644
--- a/ftp/tnftpd/Makefile
+++ b/ftp/tnftpd/Makefile
@@ -9,7 +9,9 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
MAINTAINER= cejkar@fit.vutbr.cz
COMMENT= Enhanced ftp server from NetBSD
-USE_AUTOTOOLS= aclocal automake libtool
+USES= libtool
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= aclocal automake
AUTOMAKE_ARGS= --add-missing
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal