diff options
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r-- | lang/php5/Makefile.ext | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 27b1ee61528a..20e4241ddf2d 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -248,8 +248,7 @@ PHP_HEADER_DIRS=pcrelib .endif .if ${PHP_MODNAME} == "pgsql" -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= YES CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif |