diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 14:10:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 14:10:12 +0000 |
commit | eecf6c99aa5bb067b5352e775d62cee3398912e5 (patch) | |
tree | 7c498823d75f505baa6ac5263b2c419af46e46fb /ftp/tnftpd | |
parent | 131ee039baf1778dacfb8dc610d8792ad6d8e9e4 (diff) | |
download | ports-eecf6c99aa5bb067b5352e775d62cee3398912e5.tar.gz ports-eecf6c99aa5bb067b5352e775d62cee3398912e5.zip |
Notes
Diffstat (limited to 'ftp/tnftpd')
-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 |