diff options
author | adam <adam@pkgsrc.org> | 2006-01-17 07:40:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-17 07:40:02 +0000 |
commit | 0507432a74967e6d5d4c8f946f1f4ac6ecfeaf5b (patch) | |
tree | a3d8e33dcae9bfe3b69e0426b754f85b93f1d2c2 /x11/gnustep-gui/Makefile | |
parent | ad931dd548c5008e55c1858501934d5f6bd66078 (diff) | |
download | pkgsrc-0507432a74967e6d5d4c8f946f1f4ac6ecfeaf5b.tar.gz |
Changes 0.10.2:
Mostly bug fixes.
Diffstat (limited to 'x11/gnustep-gui/Makefile')
-rw-r--r-- | x11/gnustep-gui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index 0cf92b8afa4..be2cc8dd00d 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2005/09/30 23:16:22 rh Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/17 07:40:02 adam Exp $ -DISTNAME= gnustep-gui-0.10.1 +DISTNAME= gnustep-gui-0.10.2 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -8,6 +8,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= GNUstep AppKit Implementation +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep .include "../../audio/libaudiofile/buildlink3.mk" |