diff options
author | rh <rh@pkgsrc.org> | 2006-05-28 00:26:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2006-05-28 00:26:26 +0000 |
commit | 0de8fee87ff4673f11b714b6d9b300a5a62032b4 (patch) | |
tree | 4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /x11/gnustep-gui | |
parent | ac4762975f49cca07c3c0479d829453dfcf8baa3 (diff) | |
download | pkgsrc-0de8fee87ff4673f11b714b6d9b300a5a62032b4.tar.gz |
Add USE_LANGUAGES= objc
Diffstat (limited to 'x11/gnustep-gui')
-rw-r--r-- | x11/gnustep-gui/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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" |