diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 20:52:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 20:52:24 +0000 |
commit | 08ce3caf4d93b1b9450e6d92b0242f58f5633365 (patch) | |
tree | cac623f9125e1009fec5ad46dda25d180a75d301 /games | |
parent | - Update to 1.0.0 (diff) |
- Fix PostgreSQL dependency
PR: ports/76951
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=128314
Diffstat (limited to 'games')
-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 |