aboutsummaryrefslogtreecommitdiffstats
path: root/games/pvpgn
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-27 05:04:15 +0800
committerpav <pav@FreeBSD.org>2005-05-27 05:04:15 +0800
commit62e67d03a6c474b7a7cad170cb6bf81731f57795 (patch)
tree6b4035e0730e6479387228b60139d4d842f04774 /games/pvpgn
parent4d07b9f1055c0e0156520dc023369d5c388aadb9 (diff)
downloadfreebsd-ports-gnome-62e67d03a6c474b7a7cad170cb6bf81731f57795.tar.gz
freebsd-ports-gnome-62e67d03a6c474b7a7cad170cb6bf81731f57795.tar.zst
freebsd-ports-gnome-62e67d03a6c474b7a7cad170cb6bf81731f57795.zip
- 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)
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)