diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-13 08:35:15 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-13 08:35:15 +0000 |
commit | 9cd9d9a5312273c569778e69dc55a6ada9830411 (patch) | |
tree | 65b852de4e5121629c832c6a2180cbf3feff565f | |
parent | 4da420e5d0b4d60e90a8d4fe79536afe16cae29b (diff) |
Notes
-rw-r--r-- | sysutils/xsi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xsi/Makefile b/sysutils/xsi/Makefile index c41b5a62d589..2f477d8d58c5 100644 --- a/sysutils/xsi/Makefile +++ b/sysutils/xsi/Makefile @@ -34,4 +34,10 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |