aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
committercrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
commit4b1e9a418ba2bd080b25090b526b574172f8b528 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /deskutils
parent2e3b3317eea573bab4efca900c8197753b5a50f5 (diff)
downloadfreebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.gz
freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.zst
freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.zip
Finally retire USE_PGSQL
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/moregroupware/Makefile3
-rw-r--r--deskutils/phpcollab/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/moregroupware/Makefile b/deskutils/moregroupware/Makefile
index 0d99c585d382..26ba5d7e4d39 100644
--- a/deskutils/moregroupware/Makefile
+++ b/deskutils/moregroupware/Makefile
@@ -30,7 +30,8 @@ ADDONS_DESC= install additional workgroup features (addons)
OPTIONS_SUB= yes
NLS_USES= gettext
-PGSQL_USE= PGSQL=server
+PGSQL_USES= pgsql
+WANT_PGSQL= server
MYSQL_USE= MYSQL=server
ADDONS_DISTFILES= ${PORTNAME}-addons-${PORTVERSION}${EXTRACT_SUFX}
diff --git a/deskutils/phpcollab/Makefile b/deskutils/phpcollab/Makefile
index 24ea07b689f7..84dd879386b5 100644
--- a/deskutils/phpcollab/Makefile
+++ b/deskutils/phpcollab/Makefile
@@ -25,7 +25,8 @@ OPTIONS_SINGLE_WEBSERVER= APACHE LIGHTTPD
OPTIONS_SINGLE_DB= PGSQL MYSQL
MYSQL_USE= PHP=mysql MYSQL=yes
-PGSQL_USE= PHP=pgsql,pdo_pgsql PGSQL=yes
+PGSQL_USE= PHP=pgsql,pdo_pgsql
+PGSQL_USES= pgsql
APACHE_USE= APACHE_RUN=22
LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/ww/lighttpd