diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
commit | 7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch) | |
tree | fd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /databases/sqlrelay | |
parent | 880560345484112b8efb832f54fd47105704bc7e (diff) | |
download | freebsd-ports-graphics-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz freebsd-ports-graphics-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst freebsd-ports-graphics-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip |
Chase libpq version bump.
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 88ef9e257cc..366031b5e2b 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -31,6 +31,8 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ MAKE_ARGS= VERSION="${PORTVERSION:R}" INSTALLS_SHLIB= yes +POSTGRESQL_PORT?= databases/postgresql7 + .include "${.CURDIR}/Makefile.common" .if defined(PACKAGE_BUILDING) || defined(BATCH) @@ -82,7 +84,7 @@ IF_MSQL= "@comment " .endif .if defined(WITH_POSTGRESQL) && ${WITH_POSTGRESQL:L} != no -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-postgresql-prefix="${LOCALBASE}" IF_POSTGRESQL= "" .else |