summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-11-05 17:44:35 +0000
committerjmmv <jmmv>2004-11-05 17:44:35 +0000
commita50c26b425f825da375f6efb8f6aa99f1b7387e5 (patch)
treee389a97062f35dfe67ccca375140d469bbc971fc /security/pinentry
parenta99a1e6a94bdbb0b3259a9f76969fd7a420911f8 (diff)
downloadpkgsrc-a50c26b425f825da375f6efb8f6aa99f1b7387e5.tar.gz
In fact, GNU make is required, but only when the QT frontend in enabled.
Pointed out by shannonjr@.
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 1eea9f43c41..5c551db4fc9 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/05 17:19:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/05 17:44:35 jmmv Exp $
#
DISTNAME= pinentry-0.7.1
@@ -31,6 +31,7 @@ PLIST_SUBST+= USE_GTK='@comment '
.endif
.if !empty(PKG_OPTIONS:Mqt)
+USE_GNU_TOOLS+= make
PLIST_SUBST+= USE_QT=
. include "../../x11/qt3-libs/buildlink3.mk"
.else