diff options
author | obache <obache@pkgsrc.org> | 2009-12-28 11:26:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-28 11:26:17 +0000 |
commit | d4ded84342cf5ce5634e7a87a28e5722aedf6b06 (patch) | |
tree | c58cc9feda523c7a5ef386dee2ff9d8577907241 | |
parent | 4581f98dda2b500c110fdf798ed17730ad19cf37 (diff) | |
download | pkgsrc-d4ded84342cf5ce5634e7a87a28e5722aedf6b06.tar.gz |
Add bash to USE_TOOLS, instead of BUILD_DEPENDS.
-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 |