summaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commit02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /security/gpa
parent521a29ec203c35a133d1b565a410d027176ebfc9 (diff)
downloadpkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 8b1c70e392b..59069ad7491 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/01/18 09:23:58 martin Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/25 21:50:38 jlam Exp $
#
DISTNAME= gpa-0.4.3
@@ -11,8 +11,9 @@ COMMENT= GUI frontend to gnupg
DEPENDS+= gnupg>=1.0.6:../../security/gnupg
-GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
-.include "../../x11/gtk/buildlink.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"