diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
commit | d06672f851077c30382cf17568a1ce424c4865b7 (patch) | |
tree | 561b9c096c5534818e66fa6643882ab83c033878 /mail/postfix-current | |
parent | ea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff) | |
download | FreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.zip FreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz |
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 1f20fbc..8df1cc3 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -130,7 +130,8 @@ while [ "$1" ]; do echo "MYSQL_SUFFIX= +mysql" ;; PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" + echo "POSTGRESQL_PORT?= databases/postgresql7" + echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" echo "PGSQL_SUFFIX= +pgsql" |