Index: postgresql93-client/Makefile =================================================================== --- postgresql93-client/Makefile (revision 375922) +++ postgresql93-client/Makefile (working copy) @@ -8,6 +8,7 @@ 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 @@ -16,6 +17,7 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES+= pkgconfig readline +USES+= pkgconfig +CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Index: postgresql93-server/Makefile =================================================================== --- postgresql93-server/Makefile (revision 375922) +++ postgresql93-server/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.3.5 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org