summaryrefslogtreecommitdiffstats
path: root/math/it++
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerkris <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commite6af723b427131278badc3dc020fee3cfef66d18 (patch)
treedc1bf7a770ac357f185dc978d61310d4d01b4bc4 /math/it++
parent8d05912892b859574e72655b0987937be881b688 (diff)
downloadFreeBSD-ports-e6af723b427131278badc3dc020fee3cfef66d18.zip
FreeBSD-ports-e6af723b427131278badc3dc020fee3cfef66d18.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math/it++')
-rw-r--r--math/it++/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile
index ec900b2..531ab32 100644
--- a/math/it++/Makefile
+++ b/math/it++/Makefile
@@ -26,6 +26,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64"
.endif
OpenPOWER on IntegriCloud