diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-24 00:57:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-24 00:57:57 +0800 |
commit | 45269bddf7c62fc4b74aa0fce445877de8ef4342 (patch) | |
tree | 997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_URL_Mapper | |
parent | c8129f8bd57a08c2c5f8f0a9e386d211a44e53fd (diff) | |
download | freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.gz freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.zst freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.zip |
Convert to USES=pear
Diffstat (limited to 'net/pear-Net_URL_Mapper')
-rw-r--r-- | net/pear-Net_URL_Mapper/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-Net_URL_Mapper/Makefile b/net/pear-Net_URL_Mapper/Makefile index d5fdda964d61..421ce7b96381 100644 --- a/net/pear-Net_URL_Mapper/Makefile +++ b/net/pear-Net_URL_Mapper/Makefile @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Simple and flexible way to build nice URLs for web applications -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> |