summaryrefslogtreecommitdiff
path: root/graphics/kisomandel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-26 17:46:45 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-26 17:46:45 +0000
commitcc9984ca0d400f0dbde24f667c4e26c55b3b4f36 (patch)
tree6285eaf7a8c6d944fcb48797e5918cf90aff94e2 /graphics/kisomandel
parentUnbroke on -current: don't include malloc.h. (diff)
s/malloc.h/stdlib.h/
drop maintainership Submitted by: bento
Notes
Notes: svn path=/head/; revision=50582
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r--graphics/kisomandel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile
index 009706083d0b..a82e96312c06 100644
--- a/graphics/kisomandel/Makefile
+++ b/graphics/kisomandel/Makefile
@@ -11,7 +11,7 @@ PORTVERSION= 0.66
CATEGORIES= graphics
MASTER_SITES= http://helsteger.supereva.it/kisomandel/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
@@ -25,5 +25,6 @@ post-patch:
@${PERL} -pi -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
@find ${WRKSRC} -name Makefile.in | xargs \
${PERL} -pi -e "s,-lqt,-lqt2,g"
+ @${PERL} -pi -e "s,malloc.h,stdlib.h,g" ${WRKSRC}/kisomandel/fractal.cpp
.include <bsd.port.mk>