diff options
Diffstat (limited to 'databases/postgresql94-client')
-rw-r--r-- | databases/postgresql94-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql94-client/Makefile b/databases/postgresql94-client/Makefile index f21626fb42bc..3fd3ae8a265d 100644 --- a/databases/postgresql94-client/Makefile +++ b/databases/postgresql94-client/Makefile @@ -3,11 +3,10 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql94-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 +16,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes USES= pkgconfig -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" |