diff options
Diffstat (limited to 'math/pear-Math_BigInteger/Makefile')
-rw-r--r-- | math/pear-Math_BigInteger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile index 002441a2a8a9..0e9dd861e2f1 100644 --- a/math/pear-Math_BigInteger/Makefile +++ b/math/pear-Math_BigInteger/Makefile @@ -13,7 +13,7 @@ MAINTAINER= meritus@innervision.pl COMMENT= Pure-PHP arbitrary precission integer arithmetic library BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Math FILES= BigInteger.php |