svn commit: r317791 - head/www/horde3-base

Bryan Drewery bdrewery at FreeBSD.org
Fri May 10 11:56:35 UTC 2013


Author: bdrewery
Date: Fri May 10 11:56:34 2013
New Revision: 317791
URL: http://svnweb.freebsd.org/changeset/ports/317791

Log:
  - Depend on proper LOCALBASE/www/horde/base/rpc.php when determining
    if www/horde3-base needs to be installed.

Modified:
  head/www/horde3-base/bsd.horde.mk

Modified: head/www/horde3-base/bsd.horde.mk
==============================================================================
--- head/www/horde3-base/bsd.horde.mk	Fri May 10 11:28:32 2013	(r317790)
+++ head/www/horde3-base/bsd.horde.mk	Fri May 10 11:56:34 2013	(r317791)
@@ -13,7 +13,7 @@ DISTVERSIONPREFIX?=	h3-
 PKGNAMEPREFIX?=	horde3-
 
 .if defined(USE_HORDE) && ${USE_HORDE:Mbase}
-RUN_DEPENDS+=	${HORBAS}/rpc.php:${PORTSDIR}/www/horde3-base
+RUN_DEPENDS+=	${HORBAS}/base/rpc.php:${PORTSDIR}/www/horde3-base
 .endif
 
 #USE_BZIP2=	yes


More information about the svn-ports-all mailing list