diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql92-client | |
parent | 32d8ffea3cafc13aed6c11f064e6d912acffe5a2 (diff) | |
download | ports-dab15277f4ab5eef396460d80afc54d1f390a815.tar.gz ports-dab15277f4ab5eef396460d80afc54d1f390a815.zip |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Notes
Notes:
svn path=/head/; revision=366114
Diffstat (limited to 'databases/postgresql92-client')
-rw-r--r-- | databases/postgresql92-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile index e3c91bf4f0df..27bb0d963dbf 100644 --- a/databases/postgresql92-client/Makefile +++ b/databases/postgresql92-client/Makefile @@ -16,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= readline +USES+= readline .include "${MASTERDIR}/Makefile" |