diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:23:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:23:37 +0000 |
commit | 37ea0996fe99955d46aefdb58e1ea99613ce9b1a (patch) | |
tree | 19646cdc15c01596881a2ed6d0f85e1e161757e5 /graphics/ray++ | |
parent | 2e59b5fcff4ca96d4feeef6eda777a50b64196c2 (diff) | |
download | ports-37ea0996fe99955d46aefdb58e1ea99613ce9b1a.tar.gz ports-37ea0996fe99955d46aefdb58e1ea99613ce9b1a.zip |
Notes
Diffstat (limited to 'graphics/ray++')
-rw-r--r-- | graphics/ray++/Makefile | 8 |
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> |