summaryrefslogtreecommitdiffstats
path: root/devel/gnustep-make/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-08-23 10:49:48 +0000
committertg <tg@FreeBSD.org>2000-08-23 10:49:48 +0000
commite77d7b9bc6145de9c0657044b522358015a152ef (patch)
treefca2c53120ffcbebb86b38e3695455ed8c8fb98c /devel/gnustep-make/Makefile
parentb84f68625b567323580ff04faf706b38ce2af088 (diff)
downloadFreeBSD-ports-e77d7b9bc6145de9c0657044b522358015a152ef.zip
FreeBSD-ports-e77d7b9bc6145de9c0657044b522358015a152ef.tar.gz
Upgrade to 0.6.6.
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r--devel/gnustep-make/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 67bdd9f..1ed7822 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnustep
-PORTVERSION= 0.6.5
+PORTVERSION= 0.6.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/
@@ -25,15 +25,15 @@ BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x"
USE_NEWGCC= yes
PREFIX= ${LOCALBASE}/GNUstep
-WRKSRC= ${WRKDIR}/gstep-0.6.5
+WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
CONFIGURE_ARGS= --with-library-combo=gnu-gnu-gnu-xgps \
--with-jpeg-library=${LOCALBASE}/lib \
--with-jpeg-include=${LOCALBASE}/include \
--with-tiff-library=${LOCALBASE}/lib \
- --with-tiff-include=${LOCALBASE}/include \
- --enable-threads=posix
+ --with-tiff-include=${LOCALBASE}/include # --enable-threads=posix
+CONFIGURE_TARGET=
USE_GMAKE= yes
USE_XLIB= yes
MAKEFILE=
@@ -45,7 +45,6 @@ GNU_ARCH= ix86
.else
GNU_ARCH= ${MACHINE_ARCH}
.endif
-GNU_HOST= freebsd${OSREL}
-PLIST_SUB+= GNU_ARCH=${GNU_ARCH} GNU_HOST=${GNU_HOST}
+PLIST_SUB+= GNU_ARCH=${GNU_ARCH} VERSION=${PORTVERSION}
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud