diff options
Diffstat (limited to 'math/qscanplot/Makefile')
-rw-r--r-- | math/qscanplot/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index 5f600fd7bb3c..41af7b3fd3c6 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -27,14 +27,8 @@ CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ LIBQT=-lqt-mt MAKE_ENV= QTDIR=${X11BASE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/qscanplot/templates/sample.qscanplotrc -.include <bsd.port.post.mk> +.include <bsd.port.mk> |