summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-20 21:02:51 +0000
committerjoerg <joerg>2006-01-20 21:02:51 +0000
commit9aeab4dd040f801b52e2f03c763e0d96db749375 (patch)
tree217740ed305a4281b863cf639471359b4b22105e /security/pinentry
parentf223a8ca4363f2e07daebe5ccb44da92933535b4 (diff)
downloadpkgsrc-9aeab4dd040f801b52e2f03c763e0d96db749375.tar.gz
Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@
Diffstat (limited to 'security/pinentry')
-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"