aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-25 07:25:32 +0800
committerpav <pav@FreeBSD.org>2010-05-25 07:25:32 +0800
commitd01dd3aaea07aedd83ef75f4ef4d22853f94f005 (patch)
tree74413d6c379a49c8b2a4680f1cf2b814c58eefa1 /devel
parent227543c638f6d0b6782d079ce344013884314198 (diff)
downloadfreebsd-ports-gnome-d01dd3aaea07aedd83ef75f4ef4d22853f94f005.tar.gz
freebsd-ports-gnome-d01dd3aaea07aedd83ef75f4ef4d22853f94f005.tar.zst
freebsd-ports-gnome-d01dd3aaea07aedd83ef75f4ef4d22853f94f005.zip
- Mark BROKEN: does not compile on 6.X
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r--devel/lasi/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile
index 1f4c63e41b9e..8a5aed40aa0c 100644
--- a/devel/lasi/Makefile
+++ b/devel/lasi/Makefile
@@ -33,6 +33,12 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmake+modules+lasi.cmake
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
pre-install:
.if defined(NOPORTEXAMPLES)
@${REINPLACE_CMD} 's/^\(add_subdirectory(examples)\)/#\1/' ${WRKSRC}/CMakeLists.txt
@@ -54,4 +60,5 @@ post-install:
@${RM} -rf ${DATADIR}/*
.endif
@${TEST} -d ${DATADIR} && ${RMDIR} ${DATADIR} || ${TRUE}
-.include <bsd.port.mk>
+
+.include <bsd.port.post.mk>