aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafaray/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-10-13 21:31:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-10-13 21:31:11 +0000
commit29adee7bb42244f34736c5c24ed18a9b269d0925 (patch)
treecb2dc5eae7aaeb3bcc1e0b79ece6ad38a5e4f937 /graphics/yafaray/Makefile
parent5a6e0a33bac66ab3a8ad69dc5a2f673d69a09557 (diff)
downloadports-29adee7bb42244f34736c5c24ed18a9b269d0925.tar.gz
ports-29adee7bb42244f34736c5c24ed18a9b269d0925.zip
- Mark BROKEN on 6.x and below: this port uses posix_memalign(3)
PR: ports/104391 Submitted by: David Yeske <dyeske at yahoo.com> (maintainer) Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=175251
Diffstat (limited to 'graphics/yafaray/Makefile')
-rw-r--r--graphics/yafaray/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index 0ec10507831e..9e504aa4bad7 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -32,8 +32,8 @@ pre-everything::
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 500000
-USE_GCC=3.4+
+.if ${OSVERSION} < 700014
+BROKEN= depends on posix_memalign(3)
.endif
pre-patch: