summaryrefslogtreecommitdiff
path: root/graphics/ray++/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-28 22:23:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-28 22:23:37 +0000
commit37ea0996fe99955d46aefdb58e1ea99613ce9b1a (patch)
tree19646cdc15c01596881a2ed6d0f85e1e161757e5 /graphics/ray++/Makefile
parent- Update to version 2.1.3 (diff)
Mark as broken on 5.x for the usual gcc3.3 problems. Note that the
distfile is a couple of years old.
Notes
Notes: svn path=/head/; revision=92493
Diffstat (limited to '')
-rw-r--r--graphics/ray++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile
index 681cc58bed60..bb8616b5103e 100644
--- a/graphics/ray++/Makefile
+++ b/graphics/ray++/Makefile
@@ -14,6 +14,12 @@ MASTER_SITES= http://www.mpa-garching.mpg.de/~martin/ray++/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of C++ classes needed for ray tracing
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-fast-handles
USE_GMAKE= yes
@@ -25,4 +31,4 @@ do-install:
${FIND} * -name "*.h" | cpio -pdum ${PREFIX}/include/${PORTNAME} ; \
${CHMOD} -R 755 ${PREFIX}/include/${PORTNAME} )
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>