diff options
Diffstat (limited to 'games/pvpgn')
-rw-r--r-- | games/pvpgn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile index bdca3f5ca839..c3103b89b280 100644 --- a/games/pvpgn/Makefile +++ b/games/pvpgn/Makefile @@ -55,8 +55,7 @@ CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} .endif .if defined(WITH_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif |