diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-24 14:15:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-24 14:15:36 +0000 |
commit | a0b5d8b6f1975f110f19e678fd976f4e27f2e6bd (patch) | |
tree | fadc1c7c01633bef6b416e6471d92b83d3a0e280 /security/sfs | |
parent | b47a6dd94862267f91c4bbf9722e93bd5c8a49e5 (diff) | |
download | pkgsrc-a0b5d8b6f1975f110f19e678fd976f4e27f2e6bd.tar.gz |
Add GCC_REQD=2.95.3 (for 1.5 or older).
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 1a05ca16574..dd90409b076 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/23 19:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/24 14:15:36 wiz Exp $ # DISTNAME= sfs-0.7.2 @@ -22,6 +22,8 @@ USE_PKGINSTALL= yes USE_BUILDLINK2= yes USE_PERL5= yes +GCC_REQD= 2.95.3 + PKG_USERS= sfs:sfs::Self-certifying\\ file\\ system:/ PKG_GROUPS= sfs PKG_SYSCONFSUBDIR= sfs |