diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2005-02-05 04:59:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2005-02-05 04:59:26 +0000 |
commit | 870baf2a9ac76ec39ea9fa066418657fb53ede54 (patch) | |
tree | 49251f8ea7663d5f4d431ea8b3f43c4eaf180b23 /devel/ruby-gnustep | |
parent | bba475b325efa2e3cc7a22fefe97cff615fa7a3a (diff) |
Notes
Diffstat (limited to 'devel/ruby-gnustep')
-rw-r--r-- | devel/ruby-gnustep/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index 6179beddb636..34f9d317a74c 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel ruby MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -36,7 +36,6 @@ RUN_DEPENDS+= ${COMBOLIBDIR}/libobjc.so:${PORTSDIR}/${GNUSTEP_OBJC_PORT} .endif USE_RUBY= yes -RUBY_WITH_PTHREAD= yes USE_GMAKE= yes CC= gcc32 CXX= g++32 @@ -60,6 +59,9 @@ COMBOLIBDIR= ${SYSLIBDIR} MAKE_ENV+= GNUSTEP_FLATTENED=yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 502102 +BROKEN= "Systems prior to FreeBSD 502102 are out of support" +.endif .if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 |