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 /ftp/proftpd | |
parent | 880560345484112b8efb832f54fd47105704bc7e (diff) | |
download | freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip |
Chase libpq version bump.
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 8e6da40bae12..9bb8bf158534 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -56,9 +56,10 @@ LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql .endif .if defined(WITH_POSTGRES) +POSTGRESQL_PORT?= databases/postgresql7 MODULES:=${MODULES}:mod_sql:mod_sql_postgres -LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7 -INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include +LIB_DEPENDS+= pq.3:\${PORTSDIR}/${POSTGRESQL_PORT} +INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include/pgsql LIBDIRS:=${LIBDIRS}:${PREFIX}/lib .endif |