summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-21 04:51:11 +0000
committerrillig <rillig>2006-07-21 04:51:11 +0000
commite95ff770157a1b0a832d9ae20680beceba8b160b (patch)
tree1934e0891602401dd03d6bd3829764a3bf100774
parent476d91fa73c1f9c610a9512551e9520df122a4e7 (diff)
downloadpkgsrc-e95ff770157a1b0a832d9ae20680beceba8b160b.tar.gz
Needs a C compiler.
-rw-r--r--devel/gnustep-examples/Makefile4
-rw-r--r--x11/gnustep-gui/Makefile4
-rw-r--r--x11/gnustep-preferences/Makefile4
-rw-r--r--x11/xproto/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/gnustep-examples/Makefile b/devel/gnustep-examples/Makefile
index 3db5c8c378a..567b5dd3985 100644
--- a/devel/gnustep-examples/Makefile
+++ b/devel/gnustep-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/05/28 00:26:26 rh Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/21 04:54:25 rillig Exp $
#
DISTNAME= gnustep-examples-1.0.0
@@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Some GUI programming examples for GNUstep
-USE_LANGUAGES= objc
+USE_LANGUAGES= c objc
NO_CONFIGURE= yes
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile
index fcab344b81f..dc4c079fa92 100644
--- a/x11/gnustep-gui/Makefile
+++ b/x11/gnustep-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/05/28 00:26:27 rh Exp $
+# $NetBSD: Makefile,v 1.31 2006/07/21 04:51:11 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= objc
+USE_LANGUAGES= c 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 8580ddbb3e7..9e10942aecb 100644
--- a/x11/gnustep-preferences/Makefile
+++ b/x11/gnustep-preferences/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/05/28 00:26:27 rh Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/21 04:57:27 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= objc
+USE_LANGUAGES= c objc
NO_CONFIGURE= YES
USE_TOOLS+= gmake
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile
index 0e4af7ae488..e703ed043eb 100644
--- a/x11/xproto/Makefile
+++ b/x11/xproto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:06:39 reed Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/21 04:56:38 rillig Exp $
#
DISTNAME= xproto-7.0.4
@@ -14,6 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xproto.pc.in
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c
.include "../../mk/bsd.pkg.mk"