pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinentry In fact, GNU make is required, but o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc8fc6790e2b
branches:  trunk
changeset: 482961:bc8fc6790e2b
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Nov 05 17:44:35 2004 +0000

description:
In fact, GNU make is required, but only when the QT frontend in enabled.
Pointed out by shannonjr@.

diffstat:

 security/pinentry/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0c5ee83f5b49 -r bc8fc6790e2b security/pinentry/Makefile
--- a/security/pinentry/Makefile        Fri Nov 05 17:39:22 2004 +0000
+++ b/security/pinentry/Makefile        Fri Nov 05 17:44:35 2004 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mqt)
+USE_GNU_TOOLS+=                make
 PLIST_SUBST+=          USE_QT=
 .  include "../../x11/qt3-libs/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index