diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-24 00:38:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-24 00:38:52 +0800 |
commit | 93dd109fc5ec203b4572229ff40fa561d1ce28a9 (patch) | |
tree | 6c83ce7d39c139ef984f970f1fa5b8fcc0637dfe /irc | |
parent | 9077959a0bf96921c5733902421692386fc163f8 (diff) | |
download | freebsd-ports-gnome-93dd109fc5ec203b4572229ff40fa561d1ce28a9.tar.gz freebsd-ports-gnome-93dd109fc5ec203b4572229ff40fa561d1ce28a9.tar.zst freebsd-ports-gnome-93dd109fc5ec203b4572229ff40fa561d1ce28a9.zip |
Convert to USES=pear
Diffstat (limited to 'irc')
-rw-r--r-- | irc/pear-Net_SmartIRC/Makefile | 9 |
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> |