mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
s/malloc.h/stdlib.h/
drop maintainership Submitted by: bento
This commit is contained in:
parent
c30b035b5d
commit
cc9984ca0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50582
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user