summaryrefslogtreecommitdiff
path: root/games/pvpgn
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-26 21:04:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-26 21:04:15 +0000
commit1fac9743ddc5dac5acd1f2e60c0cba142d46bfbe (patch)
treef552ca5a5a9615a88a1fa0866064db5520638ffe /games/pvpgn
parent- Add gstreamer-plugins-all (diff)
- Fix: Due to changes in configure script, games/pvpgn-1.7.7 won't compile with
*SQL support if chosen. PR: ports/81528 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=136218
Diffstat (limited to 'games/pvpgn')
-rw-r--r--games/pvpgn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile
index 2f45fdcc65ce..a2bd4a015039 100644
--- a/games/pvpgn/Makefile
+++ b/games/pvpgn/Makefile
@@ -49,12 +49,12 @@ OPTIONS= MYSQL "Include MySQL user accounts support" off \
.if defined(WITH_MYSQL)
USE_MYSQL= yes
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
+CONFIGURE_ARGS+=--with-mysql
.endif
.if defined(WITH_PGSQL)
USE_PGSQL= yes
-CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
+CONFIGURE_ARGS+=--with-pgsql
.endif
.if defined(WITH_SQLITE3)