diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 17:22:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 17:22:25 +0800 |
commit | 05bee88083323644cbe52e2b777ee203302bdfbc (patch) | |
tree | 6f520cbd759d33665a236ccf312c43d7a89ec3d6 | |
parent | 582f92c9eca70425ae44ed9b6c8c4d13d4653f14 (diff) | |
download | freebsd-ports-gnome-05bee88083323644cbe52e2b777ee203302bdfbc.tar.gz freebsd-ports-gnome-05bee88083323644cbe52e2b777ee203302bdfbc.tar.zst freebsd-ports-gnome-05bee88083323644cbe52e2b777ee203302bdfbc.zip |
BROKEN on 5.1: bad C++ code
-rw-r--r-- | math/qscanplot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index e736d863661d..32467c7f6a3c 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -15,6 +15,12 @@ COMMENT= A program to extract data from scanned plots, graphs and figures BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_QT_VER= 2 USE_GMAKE= yes @@ -28,4 +34,4 @@ post-patch: @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/qscanplot/templates/sample.qscanplotrc -.include <bsd.port.mk> +.include <bsd.port.post.mk> |