1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Depend pear-Horde_Mapi on pear-Math_BigInteger

PR:	210123
This commit is contained in:
Martin Matuska 2016-06-08 21:29:15 +00:00
parent 277f6f1e46
commit 2dce95f023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416566

View File

@ -2,6 +2,7 @@
PORTNAME= Horde_Mapi
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= mail www pear
PKGNAMEPREFIX= pear-
@ -14,4 +15,6 @@ USE_HORDE_RUN= Horde_Date \
USE_PHP+= bcmath
RUN_DEPENDS+= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger
.include <bsd.port.mk>