- Remove RRDTool from dependencies as it's no longer needed

PR:		ports/116362
Submitted by:	liettneff AT bk.ru (maintainer)
This commit is contained in:
Li-Wen Hsu 2007-09-17 18:18:18 +00:00
parent 918a13e236
commit 6b0982647d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199635

View file

@ -28,14 +28,6 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
OPTIONS= GRAPHICS "Traffic graphs (experimental)" off
.include <bsd.port.pre.mk>
.if defined(WITH_GRAPHICS)
RUN_DEPENDS+= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/net/rrdtool
.endif
post-patch:
@ ${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} {} \;
@ ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's,/usr/abills,${PREFIX}/abills,g' {} \;
@ -48,4 +40,4 @@ do-install:
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>