aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-06-29 17:31:31 +0800
committerjohans <johans@FreeBSD.org>2012-06-29 17:31:31 +0800
commit9a292c3f202221efed7d813d68c49503c5f7cddb (patch)
treef8d70606342c065658ea06d794f20bf71fb64c35
parentde5073836cdd056c422c3271aa42a3069139a411 (diff)
downloadfreebsd-ports-gnome-9a292c3f202221efed7d813d68c49503c5f7cddb.tar.gz
freebsd-ports-gnome-9a292c3f202221efed7d813d68c49503c5f7cddb.tar.zst
freebsd-ports-gnome-9a292c3f202221efed7d813d68c49503c5f7cddb.zip
Convert to new options framework
-rw-r--r--games/freeciv-nox11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/freeciv-nox11/Makefile b/games/freeciv-nox11/Makefile
index 5ec1b863e47f..22f7d26239b4 100644
--- a/games/freeciv-nox11/Makefile
+++ b/games/freeciv-nox11/Makefile
@@ -6,6 +6,9 @@
#
MASTERDIR= ${.CURDIR}/../freeciv
-WITHOUT_X11= yes
+
+# Explicitly exclude X11 options
+OPTIONS_DEFINE= MYSQL IPV6
+OPTIONS_DEFAULT=MYSQL IPV6
.include "${MASTERDIR}/Makefile"