diff options
author | grant <grant> | 2004-01-28 02:52:43 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-28 02:52:43 +0000 |
commit | cc2bbf36e1b8f9aff28663063b8b3d978fd7db79 (patch) | |
tree | ea985b2912612e194b79a28942c014cf6f03e16c /security | |
parent | 2aa33cf8e19516a770b57fefb1caa62cac821cdc (diff) | |
download | pkgsrc-cc2bbf36e1b8f9aff28663063b8b3d978fd7db79.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" |