summaryrefslogtreecommitdiff
path: root/security/gpa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r--security/gpa/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 9c6beed8bed..1e65f488d1b 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/07/13 13:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/14 15:12:11 wiz Exp $
#
-DISTNAME= gpa-0.4.3
-PKGREVISION= 2
+DISTNAME= gpa-0.7.0
CATEGORIES= x11 security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
@@ -10,11 +9,10 @@ MAINTAINER= pr@alles.prima.de
HOMEPAGE= http://www.gnupg.org/gpa.html
COMMENT= GUI frontend to gnupg
-DEPENDS+= gnupg>=1.0.6:../../security/gnupg
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
-USE_X11= YES
-
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../security/gpgme/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"