diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
commit | d9d0423b4f035aed62096cedbca8d218206d6f65 (patch) | |
tree | 7bca8025361a679ac757241a16b366bc0766debf /math/pear-Math_Combinatorics | |
parent | 1e6952bbb33c8148c39252655033f15a60d85e86 (diff) | |
download | freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.tar.gz freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.tar.zst freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.zip |
Convert to USES=pear
Diffstat (limited to 'math/pear-Math_Combinatorics')
-rw-r--r-- | math/pear-Math_Combinatorics/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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> |