svn commit: r376600 - head/mail/pear-Horde_Mail

Martin Matuska mm at FreeBSD.org
Fri Jan 9 12:47:34 UTC 2015


Author: mm
Date: Fri Jan  9 12:47:33 2015
New Revision: 376600
URL: https://svnweb.freebsd.org/changeset/ports/376600
QAT: https://qat.redports.org/buildarchive/r376600/

Log:
  Fix pear-Horde_Idna dependency for pear-Horde_Mail

Modified:
  head/mail/pear-Horde_Mail/Makefile

Modified: head/mail/pear-Horde_Mail/Makefile
==============================================================================
--- head/mail/pear-Horde_Mail/Makefile	Fri Jan  9 12:44:21 2015	(r376599)
+++ head/mail/pear-Horde_Mail/Makefile	Fri Jan  9 12:47:33 2015	(r376600)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Horde_Mail
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	mail www pear
 
 MAINTAINER=	horde at FreeBSD.org
@@ -9,6 +10,7 @@ COMMENT=	Horde Mail Library
 
 USES=	horde
 USE_HORDE_RUN=	Horde_Exception \
+		Horde_Idna \
 		Horde_Stream_Filter
 
 # Disabled due to circular dependency


More information about the svn-ports-all mailing list