diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 01:49:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 01:49:31 +0800 |
commit | e6af723b427131278badc3dc020fee3cfef66d18 (patch) | |
tree | dc1bf7a770ac357f185dc978d61310d4d01b4bc4 /math/goblin/Makefile | |
parent | 8d05912892b859574e72655b0987937be881b688 (diff) | |
download | freebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.tar.gz freebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.tar.zst freebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math/goblin/Makefile')
-rw-r--r-- | math/goblin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile index 06fbde562900..31a67f2b98eb 100644 --- a/math/goblin/Makefile +++ b/math/goblin/Makefile @@ -37,6 +37,10 @@ WISH= ${LOCALBASE}/bin/wish8.3 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 500035 CXXFLAGS+= -fhuge-objects .endif |