aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/horde-hermes
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2009-03-25 09:25:46 +0800
committerbeech <beech@FreeBSD.org>2009-03-25 09:25:46 +0800
commit393b9388a6ed816dd4848e53982e562d3b235c41 (patch)
treeb8bce7d1aed7b3f140b1ddc89d03786dc39d805f /deskutils/horde-hermes
parent0511ca0edec67cafcd7843f8084159a078f0938a (diff)
downloadfreebsd-ports-gnome-393b9388a6ed816dd4848e53982e562d3b235c41.tar.gz
freebsd-ports-gnome-393b9388a6ed816dd4848e53982e562d3b235c41.tar.zst
freebsd-ports-gnome-393b9388a6ed816dd4848e53982e562d3b235c41.zip
- Fix build depends to respect HORBAS
PR: ports/132566 Submitted by: UEMURA, Tetsuya <t_uemura@macome.co.jp>
Diffstat (limited to 'deskutils/horde-hermes')
-rw-r--r--deskutils/horde-hermes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/horde-hermes/Makefile b/deskutils/horde-hermes/Makefile
index 1c8358c52934..8f68e12e2d2f 100644
--- a/deskutils/horde-hermes/Makefile
+++ b/deskutils/horde-hermes/Makefile
@@ -17,9 +17,9 @@ USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL TODO
-BUILD_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/horde-turba \
- ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/horde-nag \
- ${LOCALBASE}/www/horde/whups/index.php:${PORTSDIR}/devel/horde-whups
+BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba \
+ ${HORBAS}/nag/data.php:${PORTSDIR}/deskutils/horde-nag \
+ ${HORBAS}/whups/index.php:${PORTSDIR}/devel/horde-whups
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>