From 541c7024412796a7a824c4f3ef8ed2068c83130a Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Wed, 16 Aug 2006 11:58:35 +0000 Subject: - Chase GeoIP shared library version bump. - Fix incorrectly implemented OPTIONS check. Reported by: kris --- games/xqf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/xqf') diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 9cf0e66044ad..c74c49fb0880 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xqf PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,15 +36,15 @@ OPTIONS= GTK2 "GTK+ 2.0 support" on \ .include -.if defined(WITH_GTK2) +.if !defined(WITHOUT_GTK2) USE_GNOME+= gtk20 CONFIGURE_ARGS+= --enable-gtk2 .else USE_GNOME+= gdkpixbuf .endif -.if defined(WITH_GEOIP) -LIB_DEPENDS+= GeoIP.4:${PORTSDIR}/net/GeoIP +.if !defined(WITHOUT_GEOIP) +LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP .else CONFIGURE_ARGS+= --disable-geoip .endif -- cgit v1.2.3