diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-16 11:58:35 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-16 11:58:35 +0000 |
commit | 541c7024412796a7a824c4f3ef8ed2068c83130a (patch) | |
tree | 701e0137f725f865f422ca01b259077517bbe7eb | |
parent | dde11571129d819923b01c52dfa7c7b1452114dd (diff) | |
download | ports-541c7024412796a7a824c4f3ef8ed2068c83130a.tar.gz ports-541c7024412796a7a824c4f3ef8ed2068c83130a.zip |
Notes
-rw-r--r-- | games/xqf/Makefile | 8 |
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 |