Date: Tue, 23 Sep 2014 16:33:51 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369088 - head/ftp/pear-Net_FTP Message-ID: <201409231633.s8NGXphH081926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231633.s8NGXphH081926>