diff options
Diffstat (limited to 'devel/datadraw')
-rw-r--r-- | devel/datadraw/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/datadraw/Makefile b/devel/datadraw/Makefile index 29e21632e0d5..2948cae7a95e 100644 --- a/devel/datadraw/Makefile +++ b/devel/datadraw/Makefile @@ -21,14 +21,8 @@ CONFIGURE_ARGS= --prefix=\$${DESTDIR}${PREFIX} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000013 -USES+= bison -.else post-patch: @${REINPLACE_CMD} -e "s/bison/byacc/g" ${WRKSRC}/configure -.endif post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |