diff options
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index b56e7dbd2650..b2dacb28a4b1 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -22,17 +22,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -# base flex(1) v2.5.4 is not sufficient -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex - -post-patch: - @${REINPLACE_CMD} -e 's!flex!${LOCALBASE}/bin/&!' \ - ${BUILD_WRKSRC}/xxdiff.pro -.endif - pre-build: @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} QMAKE=${QMAKE} \ ${MAKE_CMD} -f Makefile.bootstrap ${MAKE_ARGS} Makefile) @@ -44,4 +33,4 @@ do-install-DOCS-on: cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS} ! -name Makefile" \ ${STAGEDIR}/${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |