aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-23 02:17:43 +0800
committerarved <arved@FreeBSD.org>2004-08-23 02:17:43 +0800
commitb6c724c8ca7bfffa1ad41c44484a11285305124d (patch)
treef04072d886f4df570026d28abfd7c5702713dc20 /games
parent82169b6b382d72805a95811d5794994fadc3af90 (diff)
downloadfreebsd-ports-gnome-b6c724c8ca7bfffa1ad41c44484a11285305124d.tar.gz
freebsd-ports-gnome-b6c724c8ca7bfffa1ad41c44484a11285305124d.tar.zst
freebsd-ports-gnome-b6c724c8ca7bfffa1ad41c44484a11285305124d.zip
Chase GeoIP shared library version
PR: 69910 Submitted by: Stefan Walter <sw@gegenunendlich.de>
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