Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 17:19:25 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323405 - head/www/horde3-meta
Message-ID:  <201307211719.r6LHJP1C000772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211719.r6LHJP1C000772>