aboutsummaryrefslogtreecommitdiff
path: root/www/pear-UDDI
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:30:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:30:02 +0000
commit7c3cd5aa8f48eb6417f04768ac1eac962e09d24c (patch)
tree8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-UDDI
parent0e95e4a0d74769d80aff820f5c5acf9ed16fdf06 (diff)
downloadports-7c3cd5aa8f48eb6417f04768ac1eac962e09d24c.tar.gz
ports-7c3cd5aa8f48eb6417f04768ac1eac962e09d24c.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369314
Diffstat (limited to 'www/pear-UDDI')
-rw-r--r--www/pear-UDDI/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/pear-UDDI/Makefile b/www/pear-UDDI/Makefile
index 89338464ab92..4844f4efb856 100644
--- a/www/pear-UDDI/Makefile
+++ b/www/pear-UDDI/Makefile
@@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-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>