svn commit: r369090 - head/irc/pear-Net_SmartIRC

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 16:38:53 UTC 2014


Author: bapt
Date: Tue Sep 23 16:38:52 2014
New Revision: 369090
URL: http://svnweb.freebsd.org/changeset/ports/369090
QAT: https://qat.redports.org/buildarchive/r369090/

Log:
  Convert to USES=pear

Modified:
  head/irc/pear-Net_SmartIRC/Makefile

Modified: head/irc/pear-Net_SmartIRC/Makefile
==============================================================================
--- head/irc/pear-Net_SmartIRC/Makefile	Tue Sep 23 16:37:41 2014	(r369089)
+++ head/irc/pear-Net_SmartIRC/Makefile	Tue Sep 23 16:38:52 2014	(r369090)
@@ -8,11 +8,6 @@ CATEGORIES=	irc www pear
 MAINTAINER=	miwi at 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>


More information about the svn-ports-head mailing list