diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:33:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:33:50 +0000 |
commit | 4a2f2b08b1b4e642d3b1d137e36e7d0e28ed86ce (patch) | |
tree | 79424ba3743dbd55dd3d6ea606d4f2a1dfe5967e /ftp/pear-Net_FTP | |
parent | 6b8f4bf50aab12700bf2e52fa79b50b312375c88 (diff) |
Notes
Diffstat (limited to 'ftp/pear-Net_FTP')
-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> |