diff options
author | tg <tg@FreeBSD.org> | 2000-02-22 20:29:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-02-22 20:29:08 +0800 |
commit | 53cbd9a1168cb85a63a57b66e151b7463d6f5a75 (patch) | |
tree | a63c12383e1c3246fdfb807682649afc4c3362c0 /x11-toolkits/gnustep-gui/Makefile | |
parent | f887593b2d43d2ec3c6e1e679ba534af4c879240 (diff) | |
download | freebsd-ports-graphics-53cbd9a1168cb85a63a57b66e151b7463d6f5a75.tar.gz freebsd-ports-graphics-53cbd9a1168cb85a63a57b66e151b7463d6f5a75.tar.zst freebsd-ports-graphics-53cbd9a1168cb85a63a57b66e151b7463d6f5a75.zip |
Upgrade to 0.6.5.
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 4421a6be45d..f1abb996ff7 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/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= |