summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-22 05:10:54 +0000
committerrillig <rillig>2006-07-22 05:10:54 +0000
commit66654f9ead3eaae08bd62b1ea3e47853ce26a53d (patch)
tree85a8dca56317bbea671f476f6f2aedb374f670b6 /x11
parent1734645c7f2884f6fe2a012e0a8e12de40a4870e (diff)
downloadpkgsrc-66654f9ead3eaae08bd62b1ea3e47853ce26a53d.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 'x11')
-rw-r--r--x11/gnustep-gui/Makefile4
-rw-r--r--x11/gnustep-preferences/Makefile4
-rw-r--r--x11/gtoolkit/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile
index dc4c079fa92..488833932ec 100644
--- a/x11/gnustep-gui/Makefile
+++ b/x11/gnustep-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/07/21 04:51:11 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/22 05:10:55 rillig Exp $
DISTNAME= gnustep-gui-0.10.3
PKGREVISION= 1
@@ -9,7 +9,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep AppKit Implementation
-USE_LANGUAGES= c objc
+USE_LANGUAGES= objc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--exec-prefix=${PREFIX:Q}/libexec/GNUstep
diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile
index 9e10942aecb..7a66f8df34b 100644
--- a/x11/gnustep-preferences/Makefile
+++ b/x11/gnustep-preferences/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/07/21 04:57:27 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2006/07/22 05:10:55 rillig Exp $
#
DISTNAME= Preferences-1.2.0
@@ -12,7 +12,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://prefsapp.sourceforge.net/
COMMENT= Application for setting preferences for the GNUstep system
-USE_LANGUAGES= c objc
+USE_LANGUAGES= objc
NO_CONFIGURE= YES
USE_TOOLS+= gmake
diff --git a/x11/gtoolkit/Makefile b/x11/gtoolkit/Makefile
index 6378e2f16eb..852915389c5 100644
--- a/x11/gtoolkit/Makefile
+++ b/x11/gtoolkit/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2006/07/21 05:06:06 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2006/07/22 05:10:55 rillig Exp $
#
.include "Makefile.common"
PKGREVISION= 10
COMMENT= Objective-C interface to the GTK+ widget set
-USE_LANGUAGES= c objc
+USE_LANGUAGES= objc
BUILD_DIRS= ${WRKSRC}/GToolKit