diff options
author | crees <crees@FreeBSD.org> | 2014-09-03 01:57:13 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-09-03 01:57:13 +0800 |
commit | ca8f80c12856d7073fd30a4c7bcbde5c7ac8fca7 (patch) | |
tree | 722f841031e83970fde7ffcac31c6ddb0469a1bd /editors | |
parent | fceda3fc8290bb35fdc3a72de52cb13ac152eccd (diff) | |
download | freebsd-ports-gnome-ca8f80c12856d7073fd30a4c7bcbde5c7ac8fca7.tar.gz freebsd-ports-gnome-ca8f80c12856d7073fd30a4c7bcbde5c7ac8fca7.tar.zst freebsd-ports-gnome-ca8f80c12856d7073fd30a4c7bcbde5c7ac8fca7.zip |
Fix syntax of USES=pgsql
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 18d97e8df3d1..fea12e166518 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -251,7 +251,7 @@ KDE4_CONFIGURE_ENV= KDE4DIR="${KDE4_PREFIX}" \ MMEDIA_USE= GSTREAMER=yes MMEDIA_CONFIGURE_ENABLE= gstreamer-0-10 -PGSQL_USES= pgsql:90+ +PGSQL_USES= pgsql:9.0+ PGSQL_CONFIGURE_ENABLE= postgresql-sdbc PGSQL_CONFIGURE_WITH= gssapi krb5 |