diff options
author | wiz <wiz> | 2003-11-23 19:45:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-11-23 19:45:25 +0000 |
commit | 73b706846b3d5b5d48f52517780dd545549e55c5 (patch) | |
tree | 857176e206c62b9b8bb36005e79bc7d678b0a0aa /security/sfs | |
parent | e77c378f59f2a3be6287e25864ad657ed03e0800 (diff) | |
download | pkgsrc-73b706846b3d5b5d48f52517780dd545549e55c5.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 |