svn commit: r369061 - head/converters/pear-Services_JSON

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 13:54:18 UTC 2014


Author: bapt
Date: Tue Sep 23 13:54:17 2014
New Revision: 369061
URL: http://svnweb.freebsd.org/changeset/ports/369061
QAT: https://qat.redports.org/buildarchive/r369061/

Log:
  Convert to USES=pear

Modified:
  head/converters/pear-Services_JSON/Makefile

Modified: head/converters/pear-Services_JSON/Makefile
==============================================================================
--- head/converters/pear-Services_JSON/Makefile	Tue Sep 23 13:53:18 2014	(r369060)
+++ head/converters/pear-Services_JSON/Makefile	Tue Sep 23 13:54:17 2014	(r369061)
@@ -8,11 +8,6 @@ CATEGORIES=	converters www pear
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PHP implementation of json_encode/decode
 
-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