svn commit: r416566 - head/mail/pear-Horde_Mapi

Martin Matuska mm at FreeBSD.org
Wed Jun 8 21:29:17 UTC 2016


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>


More information about the svn-ports-head mailing list