aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kisomandel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 06:23:25 +0800
committerkris <kris@FreeBSD.org>2003-10-16 06:23:25 +0800
commitf9b8a43f16536bbc163670780a8ba1b1493ab25f (patch)
tree2aa38ce908f8f531a2345f4fccb5514c0c1a5ae6 /graphics/kisomandel
parentdc7dab69f2bb0fa4ab19824cfb8731526ee017c5 (diff)
downloadfreebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.gz
freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.zst
freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r--graphics/kisomandel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile
index 58367cbed22d..f74f41f43c41 100644
--- a/graphics/kisomandel/Makefile
+++ b/graphics/kisomandel/Makefile
@@ -24,10 +24,16 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e "s,-lqt,-lqt2,g"
@${REINPLACE_CMD} -e "s,malloc.h,stdlib.h,g" ${WRKSRC}/kisomandel/fractal.cpp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>