Date: Wed, 8 Jun 2016 21:29:15 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416566 - head/mail/pear-Horde_Mapi Message-ID: <201606082129.u58LTFZR021060@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Wed Jun 8 21:29:15 2016 New Revision: 416566 URL: https://svnweb.freebsd.org/changeset/ports/416566 Log: Depend pear-Horde_Mapi on pear-Math_BigInteger PR: 210123 Modified: head/mail/pear-Horde_Mapi/Makefile Modified: head/mail/pear-Horde_Mapi/Makefile ============================================================================== --- head/mail/pear-Horde_Mapi/Makefile Wed Jun 8 21:10:40 2016 (r416565) +++ head/mail/pear-Horde_Mapi/Makefile Wed Jun 8 21:29:15 2016 (r416566) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606082129.u58LTFZR021060>