svn commit: r304671 - head/www/horde-base

Martin Matuska mm at FreeBSD.org
Sat Sep 22 12:31:10 UTC 2012


Author: mm
Date: Sat Sep 22 12:31:09 2012
New Revision: 304671
URL: http://svn.freebsd.org/changeset/ports/304671

Log:
  Fix CONFLICTS with horde4
  
  Reported by:	Andrea Venturoli

Modified:
  head/www/horde-base/Makefile

Modified: head/www/horde-base/Makefile
==============================================================================
--- head/www/horde-base/Makefile	Sat Sep 22 11:53:59 2012	(r304670)
+++ head/www/horde-base/Makefile	Sat Sep 22 12:31:09 2012	(r304671)
@@ -78,7 +78,7 @@ RUN_DEPENDS+=	${PEARDIR}/Date.php:${PORT
 		${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP   \
 		${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema
 
-CONFLICTS=	horde-2.*
+CONFLICTS=	horde-4*
 
 USE_GETTEXT=	yes
 USE_PHP=	ctype gettext session



More information about the svn-ports-all mailing list