- Mark BROKEN on amd64/7 and up: does not install

This commit is contained in:
Pav Lucistnik
2008-07-23 01:11:17 +00:00
parent fa5bff9796
commit 6367ee617d

View File

@@ -53,4 +53,10 @@ post-install:
${ECHO_CMD} "lib/php/${PHP_EXT_DIR}/libnatcJavaBridge.so" \
>> ${TMPPLIST}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= does not install
.endif
.include <bsd.port.post.mk>