diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
commit | 141fb56f3402d0923635725810d2bcb12d8b5d15 (patch) | |
tree | db0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-Numbers_Words | |
parent | b34b62504270f2292763071ad4b569292d128eab (diff) | |
download | ports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip |
Notes
Diffstat (limited to 'textproc/pear-Numbers_Words')
-rw-r--r-- | textproc/pear-Numbers_Words/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/pear-Numbers_Words/Makefile b/textproc/pear-Numbers_Words/Makefile index d207832589fd..2b9030a09534 100644 --- a/textproc/pear-Numbers_Words/Makefile +++ b/textproc/pear-Numbers_Words/Makefile @@ -8,13 +8,9 @@ CATEGORIES= textproc pear MAINTAINER= meritus@innervision.pl COMMENT= PEAR package provides methods for spelling numerals in words -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger +BUILD_DEPENDS= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger +RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger -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> |