diff options
author | grant <grant@pkgsrc.org> | 2004-01-28 02:52:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-28 02:52:43 +0000 |
commit | b00b09f079d9fa4aeb399154a371be773a3918d1 (patch) | |
tree | ea985b2912612e194b79a28942c014cf6f03e16c /security | |
parent | 86c7d5aa6fc35247ecde407045749cae24cdce6d (diff) | |
download | pkgsrc-b00b09f079d9fa4aeb399154a371be773a3918d1.tar.gz |
no need to include perl5/buildlink2.mk, in fact, it breaks
USE_PERL5=build.
Diffstat (limited to 'security')
-rw-r--r-- | security/skey/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index dd4f0292b65..a9afc0c3beb 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/28 02:52:43 grant Exp $ # DISTNAME= skey-1.1.5 @@ -22,6 +22,4 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} post-install: ${RANLIB} ${PREFIX}/lib/libskey.a -.include "../../lang/perl5/buildlink2.mk" - .include "../../mk/bsd.pkg.mk" |