aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-24 00:45:35 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-24 00:45:35 +0800
commitb208e52f7bcc715a04db0703e241da5a949e2d64 (patch)
tree7bca8025361a679ac757241a16b366bc0766debf /math
parentc0a1775203ed59e128e0c86d0c63537f694564d0 (diff)
downloadfreebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.gz
freebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.zst
freebsd-ports-gnome-b208e52f7bcc715a04db0703e241da5a949e2d64.zip
Convert to USES=pear
Diffstat (limited to 'math')
-rw-r--r--math/pear-Math_BigInteger/Makefile9
-rw-r--r--math/pear-Math_Combinatorics/Makefile9
2 files changed, 4 insertions, 14 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>
diff --git a/math/pear-Math_Combinatorics/Makefile b/math/pear-Math_Combinatorics/Makefile
index 72d3238b719c..df936d62df68 100644
--- a/math/pear-Math_Combinatorics/Makefile
+++ b/math/pear-Math_Combinatorics/Makefile
@@ -9,11 +9,6 @@ CATEGORIES= math pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Package that produces combinations and permutations
-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>