summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2006-05-28 00:26:26 +0000
committerrh <rh@pkgsrc.org>2006-05-28 00:26:26 +0000
commit4b2d28c8af0536e8496b731b16e0f52a5bc29168 (patch)
tree4f7f02f7c6e247f50b4943c439b43d76a2bf1637
parent6fa5d35df0d76b6adb6b1d56c44fb60ba2504181 (diff)
downloadpkgsrc-4b2d28c8af0536e8496b731b16e0f52a5bc29168.tar.gz
Add USE_LANGUAGES= objc
-rw-r--r--audio/cddb-bundle/Makefile4
-rw-r--r--audio/cdplayer/Makefile3
-rw-r--r--devel/Gorm/Makefile4
-rw-r--r--devel/ObjectiveLib/Makefile4
-rw-r--r--devel/ProjectCenter/Makefile6
-rw-r--r--devel/Renaissance/Makefile4
-rw-r--r--devel/edcommon/Makefile24
-rw-r--r--devel/gnustep-base/Makefile4
-rw-r--r--devel/gnustep-examples/Makefile4
-rw-r--r--devel/gnustep-make/Makefile4
-rw-r--r--devel/gnustep-objc-lf2/Makefile4
-rw-r--r--devel/gnustep-objc/Makefile9
-rw-r--r--devel/libFoundation/Makefile4
-rw-r--r--graphics/Cenon/Makefile4
-rw-r--r--graphics/GeometryKit/Makefile4
-rw-r--r--graphics/ImageViewer/Makefile6
-rw-r--r--mail/GNUMail/Makefile4
-rw-r--r--mail/Pantomime/Makefile4
-rw-r--r--misc/Addresses/Makefile4
-rw-r--r--sysutils/burn/Makefile3
-rw-r--r--sysutils/gworkspace/Makefile3
-rw-r--r--www/sope/Makefile4
-rw-r--r--x11/gnustep-back/Makefile9
-rw-r--r--x11/gnustep-gui/Makefile8
-rw-r--r--x11/gnustep-preferences/Makefile10
-rw-r--r--x11/gtoolkit/Makefile4
26 files changed, 96 insertions, 49 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile
index 354ab25ee9a..f7b5958f6c9 100644
--- a/audio/cddb-bundle/Makefile
+++ b/audio/cddb-bundle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/04 21:28:54 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= cddb.bundle-0.2
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gsburn.sourceforge.net/
COMMENT= CDDB client bundle
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/${DISTNAME:C/-[^-]*$//}
NO_CONFIGURE= yes
MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import"
diff --git a/audio/cdplayer/Makefile b/audio/cdplayer/Makefile
index 78ac40334b7..bd20878270f 100644
--- a/audio/cdplayer/Makefile
+++ b/audio/cdplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= cdplayer-0.4.2
@@ -11,6 +11,7 @@ HOMEPAGE= http://gsburn.sourceforge.net/
COMMENT= GNUstep CD player with CDDB support
WRKSRC= ${WRKDIR}/${PKGBASE}
+USE_LANGUAGES= objc
USE_TOOLS+= gmake
MAKEFILE= GNUmakefile
MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import"
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index aa1e3b74bac..e3114f79e02 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/05/20 12:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.37 2006/05/28 00:26:26 rh Exp $
DISTNAME= Gorm-1.0.8
CATEGORIES= devel gnustep
@@ -8,6 +8,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Graphical user interface builder for GNUstep
+USE_LANGUAGES= objc
+
BUILDLINK_API_DEPENDS.gnustep-base+= gnustep-base>=1.11.1
BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.10.1
diff --git a/devel/ObjectiveLib/Makefile b/devel/ObjectiveLib/Makefile
index 96cbb5fd439..b6393aab98d 100644
--- a/devel/ObjectiveLib/Makefile
+++ b/devel/ObjectiveLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:12 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= ObjectiveLib-0.9
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://objectivelib.sourceforge.net/
COMMENT= Object containers and generic algorithms for Objective-C
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}
.include "../../devel/gnustep-base/buildlink3.mk"
diff --git a/devel/ProjectCenter/Makefile b/devel/ProjectCenter/Makefile
index dfd51b51022..9f3ef9597e1 100644
--- a/devel/ProjectCenter/Makefile
+++ b/devel/ProjectCenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:21 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/05/28 00:26:26 rh Exp $
DISTNAME= ProjectCenter-0.4.3
PKGREVISION= 3
@@ -9,7 +9,9 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/experience/ProjectCenter.html
COMMENT= GNUstep Integrated Development Environment
-NO_CONFIGURE= yes
+USE_LANGUAGES= objc
+
+NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/devel/Renaissance/Makefile b/devel/Renaissance/Makefile
index cd3d7c57bb5..0091635225a 100644
--- a/devel/Renaissance/Makefile
+++ b/devel/Renaissance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= Renaissance-0.8.0
@@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.it/Renaissance/
COMMENT= Structured GNUstep user interface development framework
+USE_LANGUAGES= objc
+
NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
diff --git a/devel/edcommon/Makefile b/devel/edcommon/Makefile
index 5745f798833..fa8bc8eb54b 100644
--- a/devel/edcommon/Makefile
+++ b/devel/edcommon/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:26 rh Exp $
#
-DISTNAME= edcommon-32-s
-PKGNAME= ${DISTNAME:S/-s$//}
-PKGREVISION= 3
-CATEGORIES= devel gnustep
-MASTER_SITES= http://www.mulle-kybernetik.com/software/EDFrameworks/Downloads/
+DISTNAME= edcommon-32-s
+PKGNAME= ${DISTNAME:S/-s$//}
+PKGREVISION= 3
+CATEGORIES= devel gnustep
+MASTER_SITES= http://www.mulle-kybernetik.com/software/EDFrameworks/Downloads/
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.mulle-kybernetik.com/software/EDFrameworks/Downloads/
-COMMENT= Foundation and AppKit extensions
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.mulle-kybernetik.com/software/EDFrameworks/Downloads/
+COMMENT= Foundation and AppKit extensions
-WRKSRC= ${WRKDIR}/ed/EDCommon
+USE_LANGUAGES= objc
-MAKE_ENV+= ADDITIONAL_OBJCFLAGS="-Wno-import -I${WRKSRC}/.."
+WRKSRC= ${WRKDIR}/ed/EDCommon
+
+MAKE_ENV+= ADDITIONAL_OBJCFLAGS="-Wno-import -I${WRKSRC}/.."
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index 52aceec759a..ce19cb5fb17 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/05/20 12:13:51 adam Exp $
+# $NetBSD: Makefile,v 1.33 2006/05/28 00:26:26 rh Exp $
DISTNAME= gnustep-base-1.12.0
CATEGORIES= devel gnustep
@@ -8,6 +8,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep foundation classes
+USE_LANGUAGES= c objc
+
PTHREAD_LIBS= -lpthread
GNU_CONFIGURE= yes
diff --git a/devel/gnustep-examples/Makefile b/devel/gnustep-examples/Makefile
index 77075146fdb..3db5c8c378a 100644
--- a/devel/gnustep-examples/Makefile
+++ b/devel/gnustep-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= gnustep-examples-1.0.0
@@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Some GUI programming examples for GNUstep
+USE_LANGUAGES= objc
+
NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index d59c4223fac..7e703731279 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/03 18:16:12 adam Exp $
+# $NetBSD: Makefile,v 1.29 2006/05/28 00:26:26 rh Exp $
DISTNAME= gnustep-make-1.12.0
CATEGORIES= devel gnustep
@@ -10,6 +10,8 @@ COMMENT= GNUstep makefile package
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= c objc
+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
diff --git a/devel/gnustep-objc-lf2/Makefile b/devel/gnustep-objc-lf2/Makefile
index acdce1c6174..9dffcf3da98 100644
--- a/devel/gnustep-objc-lf2/Makefile
+++ b/devel/gnustep-objc-lf2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/23 04:02:58 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= gnustep-objc-lf2.95.3-r88
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sope.opengroupware.org/en/build/thirdparty.html\#gstep_objc
COMMENT= Objective-C library required for libFoundation
+USE_LANGUAGES= c objc
+
WRKSRC= ${WRKDIR}/libobjc-lf2
USE_TOOLS+= gmake
diff --git a/devel/gnustep-objc/Makefile b/devel/gnustep-objc/Makefile
index c55d5caa373..cd64380f1d5 100644
--- a/devel/gnustep-objc/Makefile
+++ b/devel/gnustep-objc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:43 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= gnustep-objc-1.3.0
@@ -10,9 +10,10 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Objective-C runtime
-USE_TOOLS+= gmake
-MAKEFILE= GNUmakefile
-NO_CONFIGURE= YES
+USE_LANGUAGES= c objc
+USE_TOOLS+= gmake
+MAKEFILE= GNUmakefile
+NO_CONFIGURE= YES
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/devel/libFoundation/Makefile b/devel/libFoundation/Makefile
index 0aec8d370f0..7056696c805 100644
--- a/devel/libFoundation/Makefile
+++ b/devel/libFoundation/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/23 04:13:10 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= libFoundation-1.0.72-r107
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opengroupware.org/en/devs/thirdparty/libFoundation/
COMMENT= Library implementing the OpenStep Foundation API
+USE_LANGUAGES= c objc
+
WRKSRC= ${WRKDIR}/libfoundation
GNU_CONFIGURE= yes
diff --git a/graphics/Cenon/Makefile b/graphics/Cenon/Makefile
index 5f9a344e3f8..5527cc06c41 100644
--- a/graphics/Cenon/Makefile
+++ b/graphics/Cenon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:30 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/28 00:26:26 rh Exp $
#
DISTNAME= Cenon-3.67
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cenon.info/
COMMENT= Vector graphics / CAD / DTP program
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/Cenon
NO_CONFIGURE= yes
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index bf695be1553..c60595d1f96 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/05/28 00:26:27 rh Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -10,6 +10,8 @@ COMMENT= Objective-C class library for calculating 3D geometry
DISTINFO_FILE= ${.CURDIR}/distinfo
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
.include "../../x11/gnustep-back/buildlink3.mk"
diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile
index 3fcc1466a72..861f1c193d1 100644
--- a/graphics/ImageViewer/Makefile
+++ b/graphics/ImageViewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $
DISTNAME= ImageViewer-0.6.3
PKGREVISION= 3
@@ -9,7 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nice.ch/~phip/softcorner.html
COMMENT= GNUstep image display application
-NO_CONFIGURE= yes
+USE_LANGUAGES= objc
+
+NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile
index 53bf77ca718..7f1a47781c4 100644
--- a/mail/GNUMail/Makefile
+++ b/mail/GNUMail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:38 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= GNUMail-1.1.2
@@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.collaboration-world.com/gnumail/
COMMENT= GNUstep clone of NeXT's Mail.app application
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/GNUMail
NO_CONFIGURE= yes
diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile
index 4d066b5a885..2f7a1bbd545 100644
--- a/mail/Pantomime/Makefile
+++ b/mail/Pantomime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:53 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= Pantomime-1.1.2
@@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.collaboration-world.com/pantomime/
COMMENT= Objective-C mail system class library
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/Pantomime
NO_CONFIGURE= yes
MAKE_ENV+= ADDITIONAL_CPPFLAGS=-DMKDIR
diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile
index f30a6579a10..10b23d5faec 100644
--- a/misc/Addresses/Makefile
+++ b/misc/Addresses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= Addresses-0.4.6
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html
COMMENT= Address book for GNUstep
+USE_LANGUAGES= objc
+
NO_CONFIGURE= yes
MAKE_ENV+= Addresses_OBJCFLAGS=-I..
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile
index 8450f464d1b..be08fb0d80d 100644
--- a/sysutils/burn/Makefile
+++ b/sysutils/burn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/05/18 20:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= burn-0.4.0
@@ -20,6 +20,7 @@ DEPENDS+= gworkspace-[0-9]*:../../sysutils/gworkspace
NO_CONFIGURE= YES
MAKEFILE= GNUmakefile
USE_TOOLS+= gmake
+USE_LANGUAGES= objc
WRKSRC= ${WRKDIR}/${PKGBASE}
MAKE_ENV+= ADDITIONAL_CPPFLAGS=-D_POSIX_SOURCE
MAKE_ENV+= ADDITIONAL_LDFLAGS=-lutil
diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile
index 1b4ff40a918..c5e38abd020 100644
--- a/sysutils/gworkspace/Makefile
+++ b/sysutils/gworkspace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= gworkspace-0.7.1
@@ -15,6 +15,7 @@ CONFLICTS+= GWLib-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/}
USE_TOOLS+= gs:run file:run sh:run
+USE_LANGUAGES= objc
CONFIGURE_ARGS+= --with-sh=${TOOLS_PATH.sh:Q}
CONFIGURE_ARGS+= --with-file=${TOOLS_PATH.file:Q}
diff --git a/www/sope/Makefile b/www/sope/Makefile
index d5d6a124c12..de4cfb11718 100644
--- a/www/sope/Makefile
+++ b/www/sope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:03 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= sope-4.5.4-nevermind-r878
@@ -14,6 +14,8 @@ COMMENT= Set of frameworks for a complete web application server environment
BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/sope
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index a40b4ba01ec..07336266e53 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2006/05/28 00:26:27 rh Exp $
DISTNAME= gnustep-back-0.10.3
PKGREVISION= 1
@@ -9,9 +9,10 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= X11 AppKit backend for GNUstep
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
+USE_LANGUAGES= objc
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--exec-prefix=${PREFIX}/libexec/GNUstep
pre-install:
${INSTALL_DATA_DIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile
index 41c6aa4c6a2..fcab344b81f 100644
--- a/x11/gnustep-gui/Makefile
+++ b/x11/gnustep-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:00 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/05/28 00:26:27 rh Exp $
DISTNAME= gnustep-gui-0.10.3
PKGREVISION= 1
@@ -9,8 +9,10 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep AppKit Implementation
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --exec-prefix=${PREFIX:Q}/libexec/GNUstep
+USE_LANGUAGES= objc
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--exec-prefix=${PREFIX:Q}/libexec/GNUstep
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/gnustep-base/buildlink3.mk"
diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile
index ff3efda7a83..8580ddbb3e7 100644
--- a/x11/gnustep-preferences/Makefile
+++ b/x11/gnustep-preferences/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/05/28 00:26:27 rh Exp $
#
DISTNAME= Preferences-1.2.0
@@ -12,9 +12,11 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://prefsapp.sourceforge.net/
COMMENT= Application for setting preferences for the GNUstep system
-NO_CONFIGURE= YES
-USE_TOOLS+= gmake
-MAKEFILE= GNUmakefile
+USE_LANGUAGES= objc
+
+NO_CONFIGURE= YES
+USE_TOOLS+= gmake
+MAKEFILE= GNUmakefile
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/x11/gtoolkit/Makefile b/x11/gtoolkit/Makefile
index 415cd8d931e..fca26f840af 100644
--- a/x11/gtoolkit/Makefile
+++ b/x11/gtoolkit/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:27 rh Exp $
#
.include "Makefile.common"
PKGREVISION= 10
COMMENT= Objective-C interface to the GTK+ widget set
+USE_LANGUAGES= objc
+
BUILD_DIRS= ${WRKSRC}/GToolKit
.include "../../x11/gtk/buildlink3.mk"