aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-29 17:31:31 +0800
committerJohan van Selst <johans@FreeBSD.org>2012-06-29 17:31:31 +0800
commit9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (patch)
treed0c7488d5fee6ed44030b8a810f1077453baae5d /games
parentbe19901f792115a96562b0599ca56964e3ca5beb (diff)
downloadfreebsd-ports-gnome-9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1.tar.gz
freebsd-ports-gnome-9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1.tar.zst
freebsd-ports-gnome-9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1.zip
Convert to new options framework
Diffstat (limited to 'games')
-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"