diff options
Diffstat (limited to 'devel/lasi/Makefile')
-rw-r--r-- | devel/lasi/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index a481e50a454c..fa613065769d 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -33,12 +33,6 @@ 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 @@ -61,4 +55,4 @@ post-install: .endif @${TEST} -d ${DATADIR} && ${RMDIR} ${DATADIR} || ${TRUE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |