diff options
author | obache <obache> | 2009-12-28 11:26:17 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-28 11:26:17 +0000 |
commit | 46a3ca4c7c5c0b02541a706286018b5c5faf5a4a (patch) | |
tree | c58cc9feda523c7a5ef386dee2ff9d8577907241 /www | |
parent | 39fe5ba8fbe678bcfed3ac5a38e2a2a57c67c7c0 (diff) | |
download | pkgsrc-46a3ca4c7c5c0b02541a706286018b5c5faf5a4a.tar.gz |
Add bash to USE_TOOLS, instead of BUILD_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r-- | www/sope/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/sope/Makefile b/www/sope/Makefile index 61e2334c4ff..fe8844ff7e4 100644 --- a/www/sope/Makefile +++ b/www/sope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/08/23 07:47:00 obache Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/28 11:26:17 obache Exp $ # DISTNAME= sope-4.5.4-nevermind-r878 @@ -11,9 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sope.opengroupware.org/ COMMENT= Set of frameworks for a complete web application server environment -BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash - USE_LANGUAGES= objc +USE_TOOLS+= bash WRKSRC= ${WRKDIR}/sope USE_PKGLOCALEDIR= yes @@ -21,7 +20,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-gnustep CONFIGURE_ARGS+= --enable-strip CONFIGURE_ARGS+= --disable-debug -CONFIG_SHELL= ${PREFIX}/bin/bash +CONFIG_SHELL= ${BASH} MAKE_ENV+= ADDITIONAL_OBJCFLAGS="-Wno-import" SUBST_CLASSES+= paths |