1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

BROKEN on 5.1: bad C++ code

This commit is contained in:
Kris Kennaway 2003-05-18 09:22:25 +00:00
parent e0e2c5228a
commit cad904aab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81202

View File

@ -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>