aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql94-client
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-30 23:07:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-30 23:07:29 +0000
commit562eeefecf551ed9701e476f2a3cddb528fa4575 (patch)
treeaa6154c5b830f054b9d2886f6d5de6b6d9a566d0 /databases/postgresql94-client
parent8f9204e1f4ce60b6bf361cdf34e76729c982251f (diff)
downloadports-562eeefecf551ed9701e476f2a3cddb528fa4575.tar.gz
ports-562eeefecf551ed9701e476f2a3cddb528fa4575.zip
Fixes build with readline from ports
Notes
Notes: svn path=/head/; revision=359941
Diffstat (limited to 'databases/postgresql94-client')
-rw-r--r--databases/postgresql94-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql94-client/Makefile b/databases/postgresql94-client/Makefile
index 8e3a54034d9f..a048dd978678 100644
--- a/databases/postgresql94-client/Makefile
+++ b/databases/postgresql94-client/Makefile
@@ -17,6 +17,6 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= pkgconfig readline
.include "${MASTERDIR}/Makefile"