diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-02-05 22:54:34 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-02-05 22:54:34 +0000 |
| commit | 262af710e75062789fef1dfdcd828d76841b8ffc (patch) | |
| tree | e49fcab890056e0159fdc2fafe174ec3980a7412 /databases/postgresql90-client | |
| parent | 665a780cb472006627e946f4e25b62b0b3029317 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql90-client')
| -rw-r--r-- | databases/postgresql90-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile index 4bb0edd358b6..df55e41d5a18 100644 --- a/databases/postgresql90-client/Makefile +++ b/databases/postgresql90-client/Makefile @@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client) 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 @@ -15,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES+= readline +CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" |
