aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kisomandel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-11-27 01:46:45 +0800
committerijliao <ijliao@FreeBSD.org>2001-11-27 01:46:45 +0800
commit3ac54953350333b3934537db1c259a03a39020b1 (patch)
treeeacc4310e6d4664fa9001033838ccdfef30b85b3 /graphics/kisomandel
parenta658cf7a3872e90311161294e2a4489ba3832f73 (diff)
downloadfreebsd-ports-gnome-3ac54953350333b3934537db1c259a03a39020b1.tar.gz
freebsd-ports-gnome-3ac54953350333b3934537db1c259a03a39020b1.tar.zst
freebsd-ports-gnome-3ac54953350333b3934537db1c259a03a39020b1.zip
s/malloc.h/stdlib.h/
drop maintainership Submitted by: bento
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>