pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/quirc Fix path to wish. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27012b00d803
branches:  trunk
changeset: 569084:27012b00d803
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 06 18:36:14 2010 +0000

description:
Fix path to wish. Bump revision.

diffstat:

 chat/quirc/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r fef2393fb381 -r 27012b00d803 chat/quirc/Makefile
--- a/chat/quirc/Makefile       Wed Jan 06 18:24:12 2010 +0000
+++ b/chat/quirc/Makefile       Wed Jan 06 18:36:14 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2007/03/17 16:06:22 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/06 18:36:14 joerg Exp $
 #
 
 DISTNAME=      quirc-0.9.84
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    chat
 MASTER_SITES=  http://quirc.org/
 
@@ -12,9 +12,10 @@
 
 GNU_CONFIGURE= YES
 USE_LANGUAGES= c c++
-USE_TOOLS+=    gmake automake autoconf autoreconf
+USE_TOOLS+=    gmake automake autoconf autoreconf wish
 
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}
+CONFIGURE_ARGS+=       --with-wish=${TOOLS_PATH.wish}
 MAKE_FLAGS+=   docdir=${PREFIX}/share/doc/quirc
 
 pre-configure:



Home | Main Index | Thread Index | Old Index