aboutsummaryrefslogtreecommitdiff
path: root/graphics/seexpr
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
commit9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch)
tree263754af5ddd95f1ad55b06c101378a0cf71009b /graphics/seexpr
parenta0e384abe8236d5d12c69354d90c0de5342f7efb (diff)
downloadports-9d79e7b1469f6887d302e13ce7c67c54408a2453.tar.gz
ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=430947
Diffstat (limited to 'graphics/seexpr')
-rw-r--r--graphics/seexpr/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile
index 440308d49a36..3fbc85480a98 100644
--- a/graphics/seexpr/Makefile
+++ b/graphics/seexpr/Makefile
@@ -27,19 +27,8 @@ CXXFLAGS+= -I${LOCALBASE}/include
CMAKE_ARGS+= -DUSE_SSE41:BOOL=ON
.endif
-.include <bsd.port.pre.mk>
-
-# base flex(1) v2.5.4 is not sufficient
-.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/<alloca\.h>/d' ${WRKSRC}/src/SeExpr/SePlatform.h
@${REINPLACE_CMD} -e 's, "dl",,' ${WRKSRC}/src/SeExpr/CMakeLists.txt
-.if ${OSVERSION} < 1000033
- @${REINPLACE_CMD} -e '/COMMAND/s,flex,${LOCALBASE}/bin/&,' \
- ${WRKSRC}/src/build/macros.cmake
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>