diff options
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index d0ddfc6be9fb..173d518b331d 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -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> |