pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpa bl3ify and add explicit dependency on pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d2792bf4e49
branches:  trunk
changeset: 469612:4d2792bf4e49
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 25 19:15:44 2004 +0000

description:
bl3ify and add explicit dependency on pkgconfig.

diffstat:

 security/gpa/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r e3bf97083b6d -r 4d2792bf4e49 security/gpa/Makefile
--- a/security/gpa/Makefile     Wed Feb 25 19:11:43 2004 +0000
+++ b/security/gpa/Makefile     Wed Feb 25 19:15:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/25 19:15:44 minskim Exp $
 #
 
 DISTNAME=      gpa-0.7.0
@@ -11,9 +11,10 @@
 COMMENT=       GUI frontend to gnupg
 
 GNU_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 
-.include "../../security/gpgme/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index