summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2003-09-12 20:07:06 +0000
committergrant <grant>2003-09-12 20:07:06 +0000
commitce38ace1bd6699a873f2a02723d9c58caa97f1b2 (patch)
treeb596b8542a4a5c038a220ab491f50d77e0be34b2 /security
parentcfe471df27acf5198b517181bd2e3279396823ca (diff)
downloadpkgsrc-ce38ace1bd6699a873f2a02723d9c58caa97f1b2.tar.gz
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
Diffstat (limited to 'security')
-rw-r--r--security/sfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile
index 99729617f16..bbf08625a71 100644
--- a/security/sfs/Makefile
+++ b/security/sfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/09 11:21:57 seb Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/12 20:07:27 grant Exp $
#
DISTNAME= sfs-0.7.2
@@ -22,6 +22,8 @@ USE_PKGINSTALL= yes
USE_BUILDLINK2= yes
USE_PERL5= yes
+USE_GCC2= # defined
+
DIST_GCC= 2.95.3
PKG_USERS= sfs:sfs::Self-certifying\\ file\\ system:/
@@ -52,5 +54,4 @@ post-install:
.include "../../devel/gmp/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"