diff options
-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 |