diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-22 12:29:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-22 12:29:08 +0000 |
commit | 0f250f2450516a59596f56b34837bc73fb7d63ed (patch) | |
tree | c87f4266ff8c2a4aa7aab2866d30a5ea0c288bd5 /lang/gnustep-base/Makefile | |
parent | Use texmf-1.0.2 instead of 1.0.1. (diff) |
Upgrade to 0.6.5.
Diffstat (limited to 'lang/gnustep-base/Makefile')
-rw-r--r-- | lang/gnustep-base/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 4421a6be45da..f1abb996ff78 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnustep -# Version required: 0.6.0 +# Version required: 0.6.5 # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gstep-core-0.6.0 -PKGNAME= gnustep-0.6.0 +DISTNAME= gstep-core-0.6.5 +PKGNAME= gnustep-0.6.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ @@ -25,13 +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 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 + --with-tiff-include=${LOCALBASE}/include \ + --enable-threads=posix USE_GMAKE= yes USE_XLIB= yes MAKEFILE= |