1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Fix build depends to respect HORBAS

PR:		ports/132566
Submitted by:	UEMURA, Tetsuya <t_uemura@macome.co.jp>
This commit is contained in:
Beech Rintoul 2009-03-25 01:25:46 +00:00
parent 39cfec245d
commit 85f27fddd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230917

View File

@ -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>