aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql93-client
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-08-26 01:53:26 +0800
committercrees <crees@FreeBSD.org>2014-08-26 01:53:26 +0800
commit67fe5477a28499d3ac339e588c46e0a677954b3a (patch)
treef4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql93-client
parent3c2da50d38d2c27156c046e4b47e079b191a0e76 (diff)
downloadfreebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.tar.gz
freebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.tar.zst
freebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.zip
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Diffstat (limited to 'databases/postgresql93-client')
-rw-r--r--databases/postgresql93-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile
index c87d5cd80b32..4d768955057e 100644
--- a/databases/postgresql93-client/Makefile
+++ b/databases/postgresql93-client/Makefile
@@ -17,6 +17,6 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-USES= pkgconfig readline
+USES+= pkgconfig readline
.include "${MASTERDIR}/Makefile"