diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
commit | c3e75b8acf84ea2a526a180c99476e319d742362 (patch) | |
tree | a7212dacd9ae1b5211156ebc8a9e43ced894ef3c /net | |
parent | 6dcdc0278fd978516ba56d8cb6acd38c630421b4 (diff) | |
download | pkgsrc-c3e75b8acf84ea2a526a180c99476e319d742362.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'net')
-rw-r--r-- | net/tnftpd/Makefile | 3 | ||||
-rw-r--r-- | net/wu-ftpd/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/tnftpd/Makefile b/net/tnftpd/Makefile index bd293325972..d019c3d4401 100644 --- a/net/tnftpd/Makefile +++ b/net/tnftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/29 06:22:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/20 22:19:38 minskim Exp $ # DISTNAME= tnftpd-20040810 @@ -14,6 +14,7 @@ CONFLICTS+= lukemftpd-[0-9]* GNU_CONFIGURE= YES MANCOMPRESSED_IF_MANZ= YES +USE_TOOLS+= yacc CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 1329acca98c..476315f268d 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/12/05 20:50:50 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/20 22:20:10 minskim Exp $ DISTNAME= wu-ftpd-2.6.2 PKGREVISION= 3 @@ -37,6 +37,8 @@ CONFLICTS+= kth-krb4-[0-9]* CONFLICTS+= lukemftpd-[0-9]* GNU_CONFIGURE= YES +USE_TOOLS+= yacc + CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey DIST_SUBDIR= wu-ftpd |