summaryrefslogtreecommitdiff
path: root/net/tnftpd
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-06-08 12:23:59 +0000
committercjep <cjep@pkgsrc.org>2004-06-08 12:23:59 +0000
commitf6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch)
treed960fbec5319c8cc80876917a459761fde70d4c9 /net/tnftpd
parent033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff)
downloadpkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.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/Makefile4
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