diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
commit | 0fa7bf6813fbad199d25f460aabcbab8486b0c50 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/horde-base | |
parent | 621f1c8ce4732bece01f8671abce7e94e5af2464 (diff) | |
download | freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.gz freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.zst freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.zip |
Convert to USES=php
While here convert some ports to optiosn helpers
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index d1bb5b179e74..9facc2be644a 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -1,3 +1,4 @@ +USE_MYSQL= serve2 # $FreeBSD$ PORTNAME= horde @@ -18,7 +19,7 @@ ICONV_DESC= Depend on PHP iconv extension TWITTER_DESC= Support connections to Twitter WEATHER_DESC= Support weather forecast display -USES= horde cpe +USES= horde cpe php USE_PHP= filter gettext hash USE_HORDE_BUILD= Horde_Role |