aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2015-02-07 17:05:07 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2015-02-07 17:05:07 +0000
commitcbb709bca29aceb9ff29b8250f475ab15a0b98dd (patch)
tree7ef5b790e80c07976dc28c9eb6f2961f21a87ec5 /databases/postgresql90-client
parent53969044d623c8f2d894dda6d21c1a9b95e8971e (diff)
downloadports-cbb709bca29aceb9ff29b8250f475ab15a0b98dd.tar.gz
ports-cbb709bca29aceb9ff29b8250f475ab15a0b98dd.zip
Notes
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r--databases/postgresql90-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile
index df55e41d5a18..cdc9a8294239 100644
--- a/databases/postgresql90-client/Makefile
+++ b/databases/postgresql90-client/Makefile
@@ -2,13 +2,11 @@
# $FreeBSD$
PORTNAME= postgresql
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
-
COMMENT= PostgreSQL database (client)
+PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../postgresql90-server
-LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
@@ -16,6 +14,5 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-CONFIGURE_ARGS+=--with-libedit-preferred
.include "${MASTERDIR}/Makefile"