summaryrefslogtreecommitdiff
path: root/devel/gnustep-objc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-22 05:10:54 +0000
committerrillig <rillig@pkgsrc.org>2006-07-22 05:10:54 +0000
commitbf2ffdf13c80d8f328ca8da688aa3a8cb6a10389 (patch)
tree85a8dca56317bbea671f476f6f2aedb374f670b6 /devel/gnustep-objc
parent15c11119af629925a166c3c84e83fe4ded7c5907 (diff)
downloadpkgsrc-bf2ffdf13c80d8f328ca8da688aa3a8cb6a10389.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 'devel/gnustep-objc')
-rw-r--r--devel/gnustep-objc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-objc/Makefile b/devel/gnustep-objc/Makefile
index cd64380f1d5..41ddb9fce4c 100644
--- a/devel/gnustep-objc/Makefile
+++ b/devel/gnustep-objc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:26 rh Exp $
+# $NetBSD: Makefile,v 1.14 2006/07/22 05:10:54 rillig Exp $
#
DISTNAME= gnustep-objc-1.3.0
@@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Objective-C runtime
-USE_LANGUAGES= c objc
+USE_LANGUAGES= objc
USE_TOOLS+= gmake
MAKEFILE= GNUmakefile
NO_CONFIGURE= YES