summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-20 21:02:51 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-20 21:02:51 +0000
commit5a50bc13eff1470a53902e6ee0f219c4385cf229 (patch)
tree217740ed305a4281b863cf639471359b4b22105e
parent89109857c128f03901bf32046dbf88935c310a66 (diff)
downloadpkgsrc-5a50bc13eff1470a53902e6ee0f219c4385cf229.tar.gz
Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@
-rw-r--r--security/pinentry/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 2cb2e43da6b..febbcf12dc3 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -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 @@ 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
@@ -46,4 +44,5 @@ BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.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"