diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /deskutils/moregroupware | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) | |
download | ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip |
Notes
Diffstat (limited to 'deskutils/moregroupware')
-rw-r--r-- | deskutils/moregroupware/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |