diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
commit | 4c96fce97da7f7f1046f95c71ca90f682eb20d98 (patch) | |
tree | 85a8dca56317bbea671f476f6f2aedb374f670b6 /sysutils/gworkspace/Makefile | |
parent | 112281875e9e9648bbd00eecdc4648a90c19ea38 (diff) | |
download | pkgsrc-4c96fce97da7f7f1046f95c71ca90f682eb20d98.tar.gz |
Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
Diffstat (limited to 'sysutils/gworkspace/Makefile')
-rw-r--r-- | sysutils/gworkspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile index 2625209b264..ff479706fbe 100644 --- a/sysutils/gworkspace/Makefile +++ b/sysutils/gworkspace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/21 05:06:20 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 05:10:55 rillig Exp $ # DISTNAME= gworkspace-0.7.1 @@ -15,7 +15,7 @@ CONFLICTS+= GWLib-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/} USE_TOOLS+= gs:run file:run sh:run -USE_LANGUAGES= c objc +USE_LANGUAGES= objc CONFIGURE_ARGS+= --with-sh=${TOOLS_PATH.sh:Q} CONFIGURE_ARGS+= --with-file=${TOOLS_PATH.file:Q} |