diff options
author | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
commit | ac2754dcb77d9e0b1e91ab79e653cff0f20984b3 (patch) | |
tree | b596b8542a4a5c038a220ab491f50d77e0be34b2 /security/sfs | |
parent | fc9eb6dcc42e52cac845c76befcd934f6539539f (diff) | |
download | pkgsrc-ac2754dcb77d9e0b1e91ab79e653cff0f20984b3.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/sfs')
-rw-r--r-- | security/sfs/Makefile | 5 |
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" |