aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv-nox11
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-29 09:31:31 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-29 09:31:31 +0000
commit9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (patch)
treed0c7488d5fee6ed44030b8a810f1077453baae5d /games/freeciv-nox11
parentbe19901f792115a96562b0599ca56964e3ca5beb (diff)
downloadports-9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1.tar.gz
ports-9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=300206
Diffstat (limited to 'games/freeciv-nox11')
-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"