diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-23 19:45:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-23 19:45:25 +0000 |
commit | b414a05213686f801ee4d6f1e1f97c3e0b79a086 (patch) | |
tree | 857176e206c62b9b8bb36005e79bc7d678b0a0aa /security/sfs | |
parent | b6752151144f3af6b9ffa08d060c348ba16e1d44 (diff) | |
download | pkgsrc-b414a05213686f801ee4d6f1e1f97c3e0b79a086.tar.gz |
Remove USE_PKGSRC_GCC line -- it is unneeded (compiles fine with both
gcc-2.95.3 and gcc-3.3.2.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index bbbfd8a1c5a..1a05ca16574 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/17 19:41:07 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/23 19:45:25 wiz Exp $ # DISTNAME= sfs-0.7.2 @@ -22,8 +22,6 @@ USE_PKGINSTALL= yes USE_BUILDLINK2= yes USE_PERL5= yes -USE_PKGSRC_GCC= # defined - PKG_USERS= sfs:sfs::Self-certifying\\ file\\ system:/ PKG_GROUPS= sfs PKG_SYSCONFSUBDIR= sfs |