diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-21 04:51:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-21 04:51:11 +0000 |
commit | d9579252eece82e3002ef5e1fd05948c09b0f742 (patch) | |
tree | 1934e0891602401dd03d6bd3829764a3bf100774 | |
parent | 2f7f45a2d25f817413dd7ca0a87d64cede1a8ce8 (diff) | |
download | pkgsrc-d9579252eece82e3002ef5e1fd05948c09b0f742.tar.gz |
Needs a C compiler.
-rw-r--r-- | devel/gnustep-examples/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-gui/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-preferences/Makefile | 4 | ||||
-rw-r--r-- | x11/xproto/Makefile | 4 |
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" |