diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-20 20:45:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-20 20:45:42 +0000 |
commit | 30c4d198d18d8aaf94630b018f22914271eb23f9 (patch) | |
tree | dce2f769ca8e439d50a1613258e7bec3d937390d /security/pinentry | |
parent | 38913fffe5297a57d3264d1e01d3ee284f0f545e (diff) | |
download | pkgsrc-30c4d198d18d8aaf94630b018f22914271eb23f9.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/Makefile | 6 |
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 |