diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-05 17:44:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-05 17:44:35 +0000 |
commit | dea3f771d57ed9b3e3e66ecf493b981c0f7fa468 (patch) | |
tree | e389a97062f35dfe67ccca375140d469bbc971fc /security | |
parent | df972a85444c6f63542a491ebfb7b15a3dcda821 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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 |