diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
commit | 46b378506ab7810ff867330e0f1c25aae5471317 (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /net/tnftpd | |
parent | 513eca69511c6258e4cad2625a7d2557e18680e3 (diff) | |
download | pkgsrc-46b378506ab7810ff867330e0f1c25aae5471317.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'net/tnftpd')
-rw-r--r-- | net/tnftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile index e593ce78bc0..d7ffc9e21b0 100644 --- a/net/tnftpd/Makefile +++ b/net/tnftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/20 13:38:37 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/08 12:24:00 cjep Exp $ # DISTNAME= tnftpd-20031217 @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONF_FILES+= ${EXAMPLEDIR}/ftpd.conf ${PKG_SYSCONFDIR}/ftpd.conf CONF_FILES+= ${EXAMPLEDIR}/ftpusers ${PKG_SYSCONFDIR}/ftpusers +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" # Include SOCKS firewall support |