summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-20 17:05:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-20 17:05:33 +0000
commit01f275f096f879d6fd3b635ef4eff7d8220037ac (patch)
tree185c3e6e498c16bd7cbaeec1fbed6cdb4979aec0 /graphics
parentUse the proper file to test for ut_* fields. (diff)
- Mark BROKEN on 6.x
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=248226
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aqsis/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 04d11f025fb7..b59ee925a92e 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -37,7 +37,13 @@ CONFIGURE_WRKSRC= ${CMAKE_BUILD_PATH}
BUILD_WRKSRC= ${CMAKE_BUILD_PATH}
INSTALL_WRKSRC= ${CMAKE_BUILD_PATH}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
post-extract:
${MKDIR} ${CMAKE_BUILD_PATH}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>