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 /net-im/jabber | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) |
Finally retire USE_PGSQL
Notes
Notes:
svn path=/head/; revision=373100
Diffstat (limited to 'net-im/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index a7972b705b52..525f755d0eda 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .endif |