diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-27 03:57:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-27 03:57:44 +0800 |
commit | cdcdda7d4e074d6098532ad54c99174f866008d1 (patch) | |
tree | 36d21c8f48a80e0af9f01bffff31dc9ead8cbac8 /lang/gnustep-base/Makefile | |
parent | 86b25d59b940a08e62a17167c8a5ae68ad91c9cd (diff) | |
download | freebsd-ports-gnome-cdcdda7d4e074d6098532ad54c99174f866008d1.tar.gz freebsd-ports-gnome-cdcdda7d4e074d6098532ad54c99174f866008d1.tar.zst freebsd-ports-gnome-cdcdda7d4e074d6098532ad54c99174f866008d1.zip |
- Update gnustep-base and gnutsep-make to 1.5.2
Diffstat (limited to 'lang/gnustep-base/Makefile')
-rw-r--r-- | lang/gnustep-base/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 0f799d98b476..f82c5ea781bd 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnustep-base -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ @@ -24,16 +23,13 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS+= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make BREAKS_IF_PEDANTIC= yes +USE_GCC= 3.2 .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .endif -.if ${OSVERSION} < 500000 -BUILD_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc -RUN_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc -.endif PREFIX= ${LOCALBASE}/GNUstep PLIST_SUB+= LOCALBASE=${LOCALBASE} |