summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-01-29 18:48:36 +0000
committeragc <agc>2004-01-29 18:48:36 +0000
commit1a3e3f8c3adfa1a6813ee04a71a9d016e5301956 (patch)
treed305d9cfa8fa74e583d8372bb9769fbb7fece9e3
parent81cdc860d03a919b32d4b13e7d56133e5e94f2ee (diff)
downloadpkgsrc-1a3e3f8c3adfa1a6813ee04a71a9d016e5301956.tar.gz
Pull up revisions 1.7 and 1.8 to the pkgsrc-2003Q4 branch, to fix a build
problem on Solaris, requested by Grant Beattie. Module Name: pkgsrc Committed By: grant Date: Wed Jan 28 02:52:43 UTC 2004 Modified Files: pkgsrc/security/skey: Makefile Log Message: no need to include perl5/buildlink2.mk, in fact, it breaks USE_PERL5=build.
-rw-r--r--security/skey/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile
index 17b334abaa9..29bf4ab9c29 100644
--- a/security/skey/Makefile
+++ b/security/skey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/22 00:56:48 grant Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2004/01/29 18:48:36 agc Exp $
#
DISTNAME= skey-1.1.5
@@ -14,7 +14,7 @@ NOT_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* # in base system
USE_PERL5= build
USE_BUIDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -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"