diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:05:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:05:33 +0000 |
commit | 01f275f096f879d6fd3b635ef4eff7d8220037ac (patch) | |
tree | 185c3e6e498c16bd7cbaeec1fbed6cdb4979aec0 /graphics/aqsis | |
parent | 698213be7261282589886119532423d30f0888fc (diff) | |
download | ports-01f275f096f879d6fd3b635ef4eff7d8220037ac.tar.gz ports-01f275f096f879d6fd3b635ef4eff7d8220037ac.zip |
Notes
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
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> |