aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_GraphViz
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:37:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:37:41 +0000
commit91828169ad7ceea6a38324091276f7f3ed8d1332 (patch)
tree585e45b06b1505604540d9f830db6fe3c9f7115f /graphics/pear-Image_GraphViz
parent4a2f2b08b1b4e642d3b1d137e36e7d0e28ed86ce (diff)
downloadports-91828169ad7ceea6a38324091276f7f3ed8d1332.tar.gz
ports-91828169ad7ceea6a38324091276f7f3ed8d1332.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369089
Diffstat (limited to 'graphics/pear-Image_GraphViz')
-rw-r--r--graphics/pear-Image_GraphViz/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/pear-Image_GraphViz/Makefile b/graphics/pear-Image_GraphViz/Makefile
index 4735fe958e69..7d7d22935166 100644
--- a/graphics/pear-Image_GraphViz/Makefile
+++ b/graphics/pear-Image_GraphViz/Makefile
@@ -8,12 +8,8 @@ CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Interface to AT&T's GraphViz tools
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS} \
- ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
+RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>