diff options
author | mm <mm@FreeBSD.org> | 2011-07-09 14:11:39 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-09 14:11:39 +0800 |
commit | 681174b02cbfda49ee17d73e3c1c37923a7d5d3e (patch) | |
tree | 7cfec3e59ed31ae3a3034741148543d9cb373c89 /deskutils | |
parent | 8b40d959b8d905851718bcab617f5e576e15eb3c (diff) | |
download | freebsd-ports-gnome-681174b02cbfda49ee17d73e3c1c37923a7d5d3e.tar.gz freebsd-ports-gnome-681174b02cbfda49ee17d73e3c1c37923a7d5d3e.tar.zst freebsd-ports-gnome-681174b02cbfda49ee17d73e3c1c37923a7d5d3e.zip |
Update LATEST_LINK for horde4- ports to not interfere with horde-
Add all horde4 ports to build
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 3 | ||||
-rw-r--r-- | deskutils/horde4-groupware/Makefile | 2 | ||||
-rw-r--r-- | deskutils/horde4-kronolith/Makefile | 2 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/horde4-nag/Makefile | 2 |
5 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index b91cccf2ec6b..7d468ae0b010 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -119,7 +119,10 @@ SUBDIR += horde-kronolith SUBDIR += horde-mnemo SUBDIR += horde-nag + SUBDIR += horde4-groupware SUBDIR += horde4-kronolith + SUBDIR += horde4-mnemo + SUBDIR += horde4-nag SUBDIR += hot-babe SUBDIR += howm SUBDIR += ical diff --git a/deskutils/horde4-groupware/Makefile b/deskutils/horde4-groupware/Makefile index c2965d5089ec..eadc4434b77c 100644 --- a/deskutils/horde4-groupware/Makefile +++ b/deskutils/horde4-groupware/Makefile @@ -14,6 +14,8 @@ COMMENT= Horde Groupware CONFLICTS= horde-webmail-4* +LATEST_LINK= horde4-${PORTNAME} + USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ diff --git a/deskutils/horde4-kronolith/Makefile b/deskutils/horde4-kronolith/Makefile index 7620d5dfcb96..5c79d30899f8 100644 --- a/deskutils/horde4-kronolith/Makefile +++ b/deskutils/horde4-kronolith/Makefile @@ -16,6 +16,8 @@ COMMENT= Horde web based calendar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LATEST_LINK= horde4-${PORTNAME} + OPTIONS= DATE_HOLIDAYS "Install PEAR Date_Holidays" On \ TIMEOBJECTS "Install Horde timeobjects" On \ XMLWRITER "Depend on PHP xmlwriter extension" Off diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile index 9b59c7d979c0..d5e2f54c21e8 100644 --- a/deskutils/horde4-mnemo/Makefile +++ b/deskutils/horde4-mnemo/Makefile @@ -16,6 +16,8 @@ COMMENT= Horde web based notes manager LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE +LATEST_LINK= horde4-${PORTNAME} + OPTIONS= PDF "Support PDF generation" On USE_PHP= gettext diff --git a/deskutils/horde4-nag/Makefile b/deskutils/horde4-nag/Makefile index 2d6588c12ddf..67054467cedf 100644 --- a/deskutils/horde4-nag/Makefile +++ b/deskutils/horde4-nag/Makefile @@ -16,6 +16,8 @@ COMMENT= Horde web based task list manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LATEST_LINK= horde4-${PORTNAME} + USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ |