diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-26 17:05:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-26 17:05:59 +0800 |
commit | e451acc54f1f1ed19165e6ab18dfd4398f0563b4 (patch) | |
tree | bd48bdb15c434819e5cee08284fec6bc335e2120 /security/pear-Crypt_GPG | |
parent | 0d0967df54db703f418c8d4686d34756681a39a5 (diff) | |
download | freebsd-ports-gnome-e451acc54f1f1ed19165e6ab18dfd4398f0563b4.tar.gz freebsd-ports-gnome-e451acc54f1f1ed19165e6ab18dfd4398f0563b4.tar.zst freebsd-ports-gnome-e451acc54f1f1ed19165e6ab18dfd4398f0563b4.zip |
Convert to USES=pear
Diffstat (limited to 'security/pear-Crypt_GPG')
-rw-r--r-- | security/pear-Crypt_GPG/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index c21d480eefa6..728a32889320 100644 --- a/security/pear-Crypt_GPG/Makefile +++ b/security/pear-Crypt_GPG/Makefile @@ -8,12 +8,7 @@ CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= GNU Privacy Guard (GPG) -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= posix -PEAR_AUTOINSTALL=yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |