summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-22 18:17:43 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-22 18:17:43 +0000
commit31f4fd34ef568f0d5f3f92c21a9946487b163765 (patch)
tree63431cb6b4dc721bbb806099180b4e4919cd8863 /games
parentFix build with gcc 3.4 (diff)
Chase GeoIP shared library version
PR: 69910 Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes: svn path=/head/; revision=117047
Diffstat (limited to 'games')
-rw-r--r--games/xqf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 155abb73668c..84fb706779fc 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -38,7 +38,7 @@ USE_GNOME+= gdkpixbuf
.endif
.if defined(WITH_GEOIP)
-LIB_DEPENDS+= GeoIP.3:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= GeoIP.4:${PORTSDIR}/net/GeoIP
.else
CONFIGURE_ARGS+= --disable-geoip
.endif