diff options
author | pav <pav@FreeBSD.org> | 2005-02-09 04:52:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-09 04:52:24 +0800 |
commit | 57f6890ee26f2a21c9fe11ae2b90997117d43834 (patch) | |
tree | 764691359220ef1ac92ba45dfc9c71c430cf3716 /games/pvpgn | |
parent | 4b6e6f146cada9fdfbbc8bf2d20ac8566dc59b36 (diff) | |
download | freebsd-ports-gnome-57f6890ee26f2a21c9fe11ae2b90997117d43834.tar.gz freebsd-ports-gnome-57f6890ee26f2a21c9fe11ae2b90997117d43834.tar.zst freebsd-ports-gnome-57f6890ee26f2a21c9fe11ae2b90997117d43834.zip |
- Fix PostgreSQL dependency
PR: ports/76951
Submitted by: Ulrich Spoerlein <q@uni.de>
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 |