summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-05 17:44:35 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-05 17:44:35 +0000
commitdea3f771d57ed9b3e3e66ecf493b981c0f7fa468 (patch)
treee389a97062f35dfe67ccca375140d469bbc971fc /security
parentdf972a85444c6f63542a491ebfb7b15a3dcda821 (diff)
downloadpkgsrc-dea3f771d57ed9b3e3e66ecf493b981c0f7fa468.tar.gz
In fact, GNU make is required, but only when the QT frontend in enabled.
Pointed out by shannonjr@.
Diffstat (limited to 'security')
-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