diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 22:10:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 22:10:12 +0800 |
commit | 406501ce71a2051ee7ddd96bcce59750958a2257 (patch) | |
tree | 7c498823d75f505baa6ac5263b2c419af46e46fb | |
parent | 38ac2e9430a0aa9edf4ae3b184176f709583b006 (diff) | |
download | freebsd-ports-gnome-406501ce71a2051ee7ddd96bcce59750958a2257.tar.gz freebsd-ports-gnome-406501ce71a2051ee7ddd96bcce59750958a2257.tar.zst freebsd-ports-gnome-406501ce71a2051ee7ddd96bcce59750958a2257.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
-rw-r--r-- | ftp/tnftpd/Makefile | 4 |
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 |