summaryrefslogtreecommitdiff
path: root/chat/quirc
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-06 18:36:14 +0000
committerjoerg <joerg>2010-01-06 18:36:14 +0000
commit09c2cebee63913f3a2d0fe9e4d620e3285fe6bed (patch)
tree56555da15ecc34deee98ff99ac8bbea39582d22d /chat/quirc
parent3415cfbbc93d51ee0b9245b8fd5ad16b35065cc7 (diff)
downloadpkgsrc-09c2cebee63913f3a2d0fe9e4d620e3285fe6bed.tar.gz
Fix path to wish. Bump revision.
Diffstat (limited to 'chat/quirc')
-rw-r--r--chat/quirc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile
index 9bf7fc593bc..ae0f9c90f1b 100644
--- a/chat/quirc/Makefile
+++ b/chat/quirc/Makefile
@@ -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 @@ COMMENT= Stable and powerful graphical IRC client
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: