pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2003Q4]: pkgsrc/security/skey Pull up revisions 1.7 and 1.8 to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57eb32ddbd85
branches: pkgsrc-2003Q4
changeset: 463736:57eb32ddbd85
user: agc <agc%pkgsrc.org@localhost>
date: Thu Jan 29 18:48:36 2004 +0000
description:
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.
diffstat:
security/skey/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r e3fddd19f3ea -r 57eb32ddbd85 security/skey/Makefile
--- a/security/skey/Makefile Thu Jan 29 18:38:50 2004 +0000
+++ b/security/skey/Makefile Thu Jan 29 18:48:36 2004 +0000
@@ -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 @@
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 @@
post-install:
${RANLIB} ${PREFIX}/lib/libskey.a
-.include "../../lang/perl5/buildlink2.mk"
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index