diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 04:40:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 04:40:08 +0800 |
commit | 4b1e9a418ba2bd080b25090b526b574172f8b528 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /www | |
parent | 2e3b3317eea573bab4efca900c8197753b5a50f5 (diff) | |
download | freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.gz freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.zst freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.zip |
Finally retire USE_PGSQL
Diffstat (limited to 'www')
-rw-r--r-- | www/udmsearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index d314e81fa48e..7a761a564d3a 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= MYSQL MYSQL_USE= MYSQL=YES MYSQL_CONFIGURE_ON+= --with-mysql=${LOCALBASE} -PGSQL_USE= PGSQL=YES +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON+= --with-pgsql=${LOCALBASE}/pgsql PORTDOCS= * |