diff options
author | arved <arved@FreeBSD.org> | 2004-08-23 02:17:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-23 02:17:43 +0800 |
commit | b6c724c8ca7bfffa1ad41c44484a11285305124d (patch) | |
tree | f04072d886f4df570026d28abfd7c5702713dc20 /games | |
parent | 82169b6b382d72805a95811d5794994fadc3af90 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |