summaryrefslogtreecommitdiff
path: root/databases/postgresql91-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql91-client/Makefile')
-rw-r--r--databases/postgresql91-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile
index db6237611105..41a8fe3afbfb 100644
--- a/databases/postgresql91-client/Makefile
+++ b/databases/postgresql91-client/Makefile
@@ -2,13 +2,11 @@
# $FreeBSD$
PORTNAME= postgresql
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
-
COMMENT= PostgreSQL database (client)
+PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../postgresql91-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
@@ -17,6 +15,5 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-CONFIGURE_ARGS+=--with-libedit-preferred
.include "${MASTERDIR}/Makefile"