summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-25 19:15:44 +0000
committerminskim <minskim@pkgsrc.org>2004-02-25 19:15:44 +0000
commit9f9cc8dd13fd55e8c83c9993a0953f492553dd8a (patch)
tree0891f0195f299e3c8c4fed6ac3dd8f79626e0835 /security
parentfc846a903c606b0cf7fe06465b6a376da1a05814 (diff)
downloadpkgsrc-9f9cc8dd13fd55e8c83c9993a0953f492553dd8a.tar.gz
bl3ify and add explicit dependency on pkgconfig.
Diffstat (limited to 'security')
-rw-r--r--security/gpa/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 5a088ce12d4..046eb0394b3 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -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 @@ HOMEPAGE= http://www.gnupg.org/gpa.html
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"