pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/sope Add bash to USE_TOOLS, instead of BUILD_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9342d81cb4ab
branches:  trunk
changeset: 568935:9342d81cb4ab
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 28 11:26:17 2009 +0000

description:
Add bash to USE_TOOLS, instead of BUILD_DEPENDS.

diffstat:

 www/sope/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b7819fbc7ddd -r 9342d81cb4ab www/sope/Makefile
--- a/www/sope/Makefile Mon Dec 28 10:49:23 2009 +0000
+++ b/www/sope/Makefile Mon Dec 28 11:26:17 2009 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index