summaryrefslogtreecommitdiff
path: root/x11
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 /x11
parent6fa5d35df0d76b6adb6b1d56c44fb60ba2504181 (diff)
downloadpkgsrc-4b2d28c8af0536e8496b731b16e0f52a5bc29168.tar.gz
Add USE_LANGUAGES= objc
Diffstat (limited to 'x11')
-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
4 files changed, 19 insertions, 12 deletions
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"