aboutsummaryrefslogtreecommitdiff
path: root/games/xqf
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-16 11:58:35 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-16 11:58:35 +0000
commit541c7024412796a7a824c4f3ef8ed2068c83130a (patch)
tree701e0137f725f865f422ca01b259077517bbe7eb /games/xqf
parentdde11571129d819923b01c52dfa7c7b1452114dd (diff)
downloadports-541c7024412796a7a824c4f3ef8ed2068c83130a.tar.gz
ports-541c7024412796a7a824c4f3ef8ed2068c83130a.zip
- Chase GeoIP shared library version bump.
- Fix incorrectly implemented OPTIONS check. Reported by: kris
Notes
Notes: svn path=/head/; revision=170787
Diffstat (limited to 'games/xqf')
-rw-r--r--games/xqf/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.pre.mk>
-.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