pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinentry Use x11.b3.mk instead of setting USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fd50447853d
branches:  trunk
changeset: 506695:2fd50447853d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 20 21:02:51 2006 +0000

description:
Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@

diffstat:

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

diffs (24 lines):

diff -r c9c82b34676f -r 2fd50447853d security/pinentry/Makefile
--- a/security/pinentry/Makefile        Fri Jan 20 20:46:17 2006 +0000
+++ b/security/pinentry/Makefile        Fri Jan 20 21:02:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/01/20 20:45:42 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/20 21:02:51 joerg Exp $
 #
 
 DISTNAME=              pinentry-0.7.1
@@ -15,8 +15,6 @@
 
 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
@@ -46,4 +44,5 @@
 .include "../../security/libksba/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index