summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-22 07:18:40 +0000
committerrillig <rillig@pkgsrc.org>2006-10-22 07:18:40 +0000
commitfb10c068f697c0dd6911ca4b50beb6d7fb3b79c4 (patch)
tree7b9259a0598eb8ded9c61ae7df4cd75c1fadfffb /chat
parentcb81c0ec924836a46b6aa78e81f8baf3fb67c0d1 (diff)
downloadpkgsrc-fb10c068f697c0dd6911ca4b50beb6d7fb3b79c4.tar.gz
Fixed "test ==". Added a dependency to bash, since I don't know which of
the used features are commonly available. PKGREVISION++.
Diffstat (limited to 'chat')
-rw-r--r--chat/kadu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile
index 347a5b587b1..475985ddd59 100644
--- a/chat/kadu/Makefile
+++ b/chat/kadu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:14 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/22 07:18:40 rillig Exp $
DISTNAME= kadu-0.4.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= http://www.kadu.net/download/stable/
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +14,8 @@ WRKSRC= ${WRKDIR}/kadu
USE_DIRS+= xdg-1.2
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake bash:run
+REPLACE_BASH+= varia/scripts/kadu_debug_set
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-existing-libgadu=${BUILDLINK_PREFIX.ekg}
CONFIGURE_ENV+= X11BASE=${X11BASE:Q}