diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 11:41:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 11:41:09 +0000 |
commit | db3fb365d96d0574be9ad20499d902c2ba9927eb (patch) | |
tree | 5ff0fa045ece1392c622c91df50bc94862cdb340 /security/sfs | |
parent | 981412542ab9c23bc171793c8be37552fa64551d (diff) | |
download | pkgsrc-db3fb365d96d0574be9ad20499d902c2ba9927eb.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 93285816d13..4e5b5612db4 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/05/09 06:48:40 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/27 11:41:09 grant Exp $ # DISTNAME= sfs-0.7.2 @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --disable-uvfs USE_PKGINSTALL= yes USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ USE_PERL5= yes GCC_REQD+= 2.95.3 |