summaryrefslogtreecommitdiff
path: root/editors/MathPlanner
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:32:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:32:22 +0000
commit826de7f2ba1ece0a8bd08a2e072b41b0e11de710 (patch)
tree5e269cbf53f72a4dc092dfb03b674f879296c1c4 /editors/MathPlanner
parentBROKEN on 5.x: Does not compile (diff)
BROKEN: Broken pkg-plist
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118209
Diffstat (limited to 'editors/MathPlanner')
-rw-r--r--editors/MathPlanner/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile
index 86c7f6fd7da7..021a55f82312 100644
--- a/editors/MathPlanner/Makefile
+++ b/editors/MathPlanner/Makefile
@@ -26,6 +26,10 @@ CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
BROKEN= "Does not compile with gcc 2.95.x"
.endif
+.if ${OSVERSION} >= 502126
+BROKEN= "Broken pkg-plist"
+.endif
+
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc\.h|stdlib.h|"