diff options
author | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
commit | 21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /security | |
parent | 9102ea67210a656f775e13a6addd64a62798560d (diff) | |
download | pkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 860894c50d1..d93b8a73930 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/11/24 23:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/11/17 12:04:14 rillig Exp $ # DISTNAME= sfs-0.7.2 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-sfsdir=${SFS_ROOT:Q} CONFIGURE_ARGS+= --disable-uvfs USE_LANGUAGES= c c++ -USE_TOOLS+= makeinfo perl:run +USE_TOOLS+= makeinfo perl:run lex INFO_FILES= # PLIST |