diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:22:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:22:25 +0000 |
commit | cad904aab1385d40087f724a19aabbd54e557a0c (patch) | |
tree | ea4ca4c115cb928ddb109655a3bf414204bfee74 | |
parent | e0e2c5228a6690440b633c25b0c582a06dc91003 (diff) | |
download | ports-cad904aab1385d40087f724a19aabbd54e557a0c.tar.gz ports-cad904aab1385d40087f724a19aabbd54e557a0c.zip |
Notes
-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> |