diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 13:52:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 13:52:30 +0800 |
commit | d9e30c3058fdc2bfa95371a3b2e89b52ad5d80fb (patch) | |
tree | 0eb06be54302f980de5cd3c42ec05ef5a000345c /graphics | |
parent | 49e573190ac4f12f73aa2c448bd7b42647f1ec03 (diff) | |
download | freebsd-ports-gnome-d9e30c3058fdc2bfa95371a3b2e89b52ad5d80fb.tar.gz freebsd-ports-gnome-d9e30c3058fdc2bfa95371a3b2e89b52ad5d80fb.tar.zst freebsd-ports-gnome-d9e30c3058fdc2bfa95371a3b2e89b52ad5d80fb.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yafaray/Makefile | 4 | ||||
-rw-r--r-- | graphics/yafray/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index bbe6fdc8ca49..6a8a47ae9ee9 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -39,6 +39,10 @@ pre-everything:: BROKEN= "Does not compile (bad C++ code)" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -E -e \ diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index bbe6fdc8ca49..6a8a47ae9ee9 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -39,6 +39,10 @@ pre-everything:: BROKEN= "Does not compile (bad C++ code)" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -E -e \ |