aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-13 11:22:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-13 11:22:26 +0000
commit4502966c05f9cc2e2deb326489d9ced742cd8c48 (patch)
tree77cda31b2ad7a1ca2e3282eed3fcb97029243844 /devel/gnustep-make
parent7dba3d8ce089c51afb12c28b546b579ae3461c49 (diff)
downloadports-4502966c05f9cc2e2deb326489d9ced742cd8c48.tar.gz
ports-4502966c05f9cc2e2deb326489d9ced742cd8c48.zip
- revert to build without libobjc
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=106891
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 8697930da6dc..68374e23e80c 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -8,9 +8,10 @@
PORTNAME= gnustep-make
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION= 1.9.1
+PORTREVISION= 1
.else
PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTREVISION= 2
.endif
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
@@ -27,6 +28,8 @@ CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \
CONFIGURE_TARGET=
USE_GMAKE= yes
USE_GNUSTEP= yes
+GNUSTEP_WITH_BASE_GCC= yes
+GNUSTEP_WITHOUT_LIBOBJC= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
CFLAGS+= ${PTHREAD_CFLAGS}