summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-20 20:45:42 +0000
committerjoerg <joerg>2006-01-20 20:45:42 +0000
commit0d742ab30ad206c32fe5dc6cad6173774daf6d3a (patch)
treedce2f769ca8e439d50a1613258e7bec3d937390d /security/pinentry
parent62c097583c490da49efa87b54a6f2b7f176a52c5 (diff)
downloadpkgsrc-0d742ab30ad206c32fe5dc6cad6173774daf6d3a.tar.gz
Always set USE_X11BASE, which is needed when neither GTK nor Qt is
specified. Bump revision due to changed dependencies.
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 23e565f8156..2cb2e43da6b 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:30 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/20 20:45:42 joerg Exp $
#
DISTNAME= pinentry-0.7.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
@@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
INFO_FILES= pinentry.info
+USE_X11BASE= yes
+
# XXX This usage of bsd.options.mk is wrong and has to be fixed. The
# package has to be splitted into different packages, such as pinentry-gtk
# and pinentry-qt, so that the frontends can be built on their own and