svn commit: r416304 - head/comms/pear-Horde_ActiveSync

Martin Matuska mm at FreeBSD.org
Fri Jun 3 08:18:20 UTC 2016


Author: mm
Date: Fri Jun  3 08:18:18 2016
New Revision: 416304
URL: https://svnweb.freebsd.org/changeset/ports/416304

Log:
  Add missing ctype dependency for Horde_ActiveSync

Modified:
  head/comms/pear-Horde_ActiveSync/Makefile

Modified: head/comms/pear-Horde_ActiveSync/Makefile
==============================================================================
--- head/comms/pear-Horde_ActiveSync/Makefile	Fri Jun  3 07:22:51 2016	(r416303)
+++ head/comms/pear-Horde_ActiveSync/Makefile	Fri Jun  3 08:18:18 2016	(r416304)
@@ -2,12 +2,14 @@
 
 PORTNAME=	Horde_ActiveSync
 PORTVERSION=	2.33.3
+PORTREVISION=	1
 CATEGORIES=	comms www pear
 
 MAINTAINER=	horde at FreeBSD.org
 COMMENT=	Horde ActiveSync Server Library
 
 USES=	horde
+USE_PHP=	ctype
 USE_HORDE_RUN=	Horde_Compress \
 		Horde_Date \
 		Horde_Exception \


More information about the svn-ports-head mailing list