pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinentry Always set USE_X11BASE, which is nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/011ec784d30b
branches:  trunk
changeset: 506693:011ec784d30b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 20 20:45:42 2006 +0000

description:
Always set USE_X11BASE, which is needed when neither GTK nor Qt is
specified. Bump revision due to changed dependencies.

diffstat:

 security/pinentry/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r f56728414833 -r 011ec784d30b security/pinentry/Makefile
--- a/security/pinentry/Makefile        Fri Jan 20 20:40:18 2006 +0000
+++ b/security/pinentry/Makefile        Fri Jan 20 20:45:42 2006 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index