svn commit: r323405 - head/www/horde3-meta

John Marino marino at FreeBSD.org
Sun Jul 21 17:19:26 UTC 2013


Author: marino
Date: Sun Jul 21 17:19:25 2013
New Revision: 323405
URL: http://svnweb.freebsd.org/changeset/ports/323405

Log:
  www/horde3-meta: Fix incorrect run depends
  
  PR:		ports/179758
  Submitted by:	marino
  Approved by:	bapt (mentor), maintainer timeout (>4 weeks)

Modified:
  head/www/horde3-meta/Makefile

Modified: head/www/horde3-meta/Makefile
==============================================================================
--- head/www/horde3-meta/Makefile	Sun Jul 21 17:16:14 2013	(r323404)
+++ head/www/horde3-meta/Makefile	Sun Jul 21 17:19:25 2013	(r323405)
@@ -39,7 +39,7 @@ KLUTZ_DESC=	Comic Strip Viewer
 
 .include <bsd.port.pre.mk>
 
-RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde3-base
+RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/base/rpc.php:${PORTSDIR}/www/horde3-base
 
 .if ${PORT_OPTIONS:MIMP}
 RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde3-imp


More information about the svn-ports-all mailing list