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 /x11 | |
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 'x11')
-rw-r--r-- | x11/gnustep-gui/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-preferences/Makefile | 4 | ||||
-rw-r--r-- | x11/gtoolkit/Makefile | 4 |
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 |