aboutsummaryrefslogtreecommitdiff
path: root/games/pvpgn
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-08 20:52:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-08 20:52:24 +0000
commit08ce3caf4d93b1b9450e6d92b0242f58f5633365 (patch)
treecac623f9125e1009fec5ad46dda25d180a75d301 /games/pvpgn
parent5252d83866730a322c09bd5a9a63cf396b3fe034 (diff)
downloadports-08ce3caf4d93b1b9450e6d92b0242f58f5633365.tar.gz
ports-08ce3caf4d93b1b9450e6d92b0242f58f5633365.zip
- Fix PostgreSQL dependency
PR: ports/76951 Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=128314
Diffstat (limited to 'games/pvpgn')
-rw-r--r--games/pvpgn/Makefile3
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