aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql93-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/postgresql93-client
parent53969044d623c8f2d894dda6d21c1a9b95e8971e (diff)
downloadports-cbb709bca29aceb9ff29b8250f475ab15a0b98dd.tar.gz
ports-cbb709bca29aceb9ff29b8250f475ab15a0b98dd.zip
Notes
Diffstat (limited to 'databases/postgresql93-client')
-rw-r--r--databases/postgresql93-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile
index 4420f2bdaddf..da041c94c0cd 100644
--- a/databases/postgresql93-client/Makefile
+++ b/databases/postgresql93-client/Makefile
@@ -2,13 +2,11 @@
# $FreeBSD$
PORTNAME= postgresql
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
-
COMMENT= PostgreSQL database (client)
+PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../postgresql93-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
@@ -18,6 +16,5 @@ CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
USES+= pkgconfig
-CONFIGURE_ARGS+=--with-libedit-preferred
.include "${MASTERDIR}/Makefile"