aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 17:22:25 +0800
committerkris <kris@FreeBSD.org>2003-05-18 17:22:25 +0800
commit05bee88083323644cbe52e2b777ee203302bdfbc (patch)
tree6f520cbd759d33665a236ccf312c43d7a89ec3d6
parent582f92c9eca70425ae44ed9b6c8c4d13d4653f14 (diff)
downloadfreebsd-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/Makefile8
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>