diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
commit | b208e52f7bcc715a04db0703e241da5a949e2d64 (patch) | |
tree | 7bca8025361a679ac757241a16b366bc0766debf /math/pear-Math_BigInteger | |
parent | c0a1775203ed59e128e0c86d0c63537f694564d0 (diff) | |
download | freebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.gz freebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.zst freebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.zip |
Convert to USES=pear
Diffstat (limited to 'math/pear-Math_BigInteger')
-rw-r--r-- | math/pear-Math_BigInteger/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile index b2fca2b3233b..6a276c3c334a 100644 --- a/math/pear-Math_BigInteger/Makefile +++ b/math/pear-Math_BigInteger/Makefile @@ -8,12 +8,7 @@ CATEGORIES= math pear MAINTAINER= meritus@innervision.pl COMMENT= Pure-PHP arbitrary precision integer arithmetic library -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= pcre -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> |