aboutsummaryrefslogtreecommitdiff
path: root/irc/pear-Net_SmartIRC
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:38:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:38:52 +0000
commit3fb5d7729d7b440f0d63048200093fe3caadfbcf (patch)
tree6c83ce7d39c139ef984f970f1fa5b8fcc0637dfe /irc/pear-Net_SmartIRC
parent91828169ad7ceea6a38324091276f7f3ed8d1332 (diff)
downloadports-3fb5d7729d7b440f0d63048200093fe3caadfbcf.tar.gz
ports-3fb5d7729d7b440f0d63048200093fe3caadfbcf.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369090
Diffstat (limited to 'irc/pear-Net_SmartIRC')
-rw-r--r--irc/pear-Net_SmartIRC/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/pear-Net_SmartIRC/Makefile b/irc/pear-Net_SmartIRC/Makefile
index bea6823f503e..ef8e8fbec132 100644
--- a/irc/pear-Net_SmartIRC/Makefile
+++ b/irc/pear-Net_SmartIRC/Makefile
@@ -8,11 +8,6 @@ CATEGORIES= irc www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for communication with IRC networks
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>