diff options
author | rillig <rillig> | 2006-10-22 07:18:40 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-22 07:18:40 +0000 |
commit | 55d2a9f52df5e1a1fbb6f0bef48fe5e0ccb168e4 (patch) | |
tree | 7b9259a0598eb8ded9c61ae7df4cd75c1fadfffb /chat/kadu | |
parent | 6bc1921f499fc6c3c7e9870aa31116d7b5b52698 (diff) | |
download | pkgsrc-55d2a9f52df5e1a1fbb6f0bef48fe5e0ccb168e4.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/kadu')
-rw-r--r-- | chat/kadu/Makefile | 7 |
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} |