summaryrefslogtreecommitdiff
path: root/graphics/kisomandel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 11:34:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 11:34:13 +0000
commit01bcd301cba21986dd1efa7db8471b1596544133 (patch)
tree4bcb0a683e6d0914c13a775e794b7aa780e5adb1 /graphics/kisomandel
parentAdd LATEST_LINK to avoid duplicate package. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=101189
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r--graphics/kisomandel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile
index 00ec89e7f142..773dad57d81d 100644
--- a/graphics/kisomandel/Makefile
+++ b/graphics/kisomandel/Makefile
@@ -28,6 +28,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \