diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-22 07:08:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-22 07:08:15 +0000 |
commit | 119d8ee846d8df5c105515e6e2cbb30a34c591ea (patch) | |
tree | 625d5e95f89f9b224e9e466bbef5228621186f95 /x11/gnustep-gui/Makefile | |
parent | 11fabe8f96f1325c1e2b22c1e55a5b460ee80a88 (diff) | |
download | pkgsrc-119d8ee846d8df5c105515e6e2cbb30a34c591ea.tar.gz |
The GNUstep packages have GNUmakefile instead of Makefile.
Diffstat (limited to 'x11/gnustep-gui/Makefile')
-rw-r--r-- | x11/gnustep-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index bd6d7679963..c57285864fd 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/08/30 14:55:28 adam Exp $ +# $NetBSD: Makefile,v 1.35 2006/09/22 07:08:16 rillig Exp $ DISTNAME= gnustep-gui-0.11.0 CATEGORIES= x11 gnustep @@ -12,6 +12,7 @@ USE_LANGUAGES= objc GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix=${PREFIX:Q}/libexec/GNUstep +MAKE_FILE= GNUmakefile .include "../../audio/libaudiofile/buildlink3.mk" .include "../../devel/gnustep-base/buildlink3.mk" |