svn commit: r369088 - head/ftp/pear-Net_FTP

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 16:33:51 UTC 2014


Author: bapt
Date: Tue Sep 23 16:33:50 2014
New Revision: 369088
URL: http://svnweb.freebsd.org/changeset/ports/369088
QAT: https://qat.redports.org/buildarchive/r369088/

Log:
  Convert to USES=pear

Modified:
  head/ftp/pear-Net_FTP/Makefile

Modified: head/ftp/pear-Net_FTP/Makefile
==============================================================================
--- head/ftp/pear-Net_FTP/Makefile	Tue Sep 23 16:33:37 2014	(r369087)
+++ head/ftp/pear-Net_FTP/Makefile	Tue Sep 23 16:33:50 2014	(r369088)
@@ -9,12 +9,7 @@ CATEGORIES=	ftp www pear
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR OO interface to the PHP FTP functions plus some additions
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
 USE_PHP=	ftp
-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>


More information about the svn-ports-head mailing list