diff options
author | mm <mm@FreeBSD.org> | 2015-01-09 21:11:32 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2015-01-09 21:11:32 +0800 |
commit | ca17d314a1818f68c03a75c3f8c1d8706f565079 (patch) | |
tree | 6bc1ffd3a60e7de23a197a5bb7fa9a722f65efd8 /deskutils/horde-kronolith | |
parent | 4e870e8b1a26eff0449a6b61e22162094f234ec2 (diff) | |
download | freebsd-ports-gnome-ca17d314a1818f68c03a75c3f8c1d8706f565079.tar.gz freebsd-ports-gnome-ca17d314a1818f68c03a75c3f8c1d8706f565079.tar.zst freebsd-ports-gnome-ca17d314a1818f68c03a75c3f8c1d8706f565079.zip |
Fix dependencies for horde-kronolith
Diffstat (limited to 'deskutils/horde-kronolith')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 12e4ca4c5a82..5b2a6fe9ca99 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -3,6 +3,7 @@ PORTNAME= kronolith PORTVERSION= 4.2.4 +PORTREVISION= 1 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- @@ -54,6 +55,8 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View +RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date + DATE_HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays TIMEOBJECTS_USE= HORDE_RUN=timeobjects |