aboutsummaryrefslogtreecommitdiffstats
path: root/math/rascal
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-02 08:45:49 +0800
committerkris <kris@FreeBSD.org>2002-12-02 08:45:49 +0800
commitcdcd20d3dd5b28a9621b965079ae767a4d9a2bfb (patch)
treed3223d2b864d38a4760a037f8c608a15c7b0e8f7 /math/rascal
parent85254f368f880674f79c0281f0fbd3acb41a8500 (diff)
downloadfreebsd-ports-graphics-cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb.tar.gz
freebsd-ports-graphics-cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb.tar.zst
freebsd-ports-graphics-cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb.zip
BROKEN on 5.0: does not compile
Diffstat (limited to 'math/rascal')
-rw-r--r--math/rascal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile
index 2687c538ff0..045f6877c95 100644
--- a/math/rascal/Makefile
+++ b/math/rascal/Makefile
@@ -26,6 +26,12 @@ ALL_TARGET= rascal grascal
MANCOMPRESSED= yes
MAN1= rascal.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
s,g\+\+,${CXX},g ; \
@@ -33,4 +39,4 @@ post-patch:
s,gnome-config,${GNOME_CONFIG},g ; \
s,CC,CXX,g" ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>