summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-09-17 18:18:18 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-09-17 18:18:18 +0000
commit6b0982647d2794857456838f5c70b89ba0a167f4 (patch)
tree40abf2f0d06f471ac1ec4e88fdab465ef4ca96cb /net
parentUpdate to 2.00 (diff)
- Remove RRDTool from dependencies as it's no longer needed
PR: ports/116362 Submitted by: liettneff AT bk.ru (maintainer)
Notes
Notes: svn path=/head/; revision=199635
Diffstat (limited to 'net')
-rw-r--r--net/abills/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/net/abills/Makefile b/net/abills/Makefile
index 6849898f430f..18e505e86b88 100644
--- a/net/abills/Makefile
+++ b/net/abills/Makefile
@@ -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>