From 55d2a9f52df5e1a1fbb6f0bef48fe5e0ccb168e4 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 22 Oct 2006 07:18:40 +0000 Subject: Fixed "test ==". Added a dependency to bash, since I don't know which of the used features are commonly available. PKGREVISION++. --- chat/kadu/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat/kadu') 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} -- cgit v1.2.3