diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-26 17:46:45 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-26 17:46:45 +0000 |
commit | 3ac54953350333b3934537db1c259a03a39020b1 (patch) | |
tree | eacc4310e6d4664fa9001033838ccdfef30b85b3 /graphics/kisomandel/Makefile | |
parent | a658cf7a3872e90311161294e2a4489ba3832f73 (diff) | |
download | FreeBSD-ports-3ac54953350333b3934537db1c259a03a39020b1.zip FreeBSD-ports-3ac54953350333b3934537db1c259a03a39020b1.tar.gz |
s/malloc.h/stdlib.h/
drop maintainership
Submitted by: bento
Diffstat (limited to 'graphics/kisomandel/Makefile')
-rw-r--r-- | graphics/kisomandel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index 0097060..a82e963 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> |