diff options
author | johans <johans@FreeBSD.org> | 2012-06-29 17:31:31 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-29 17:31:31 +0800 |
commit | 9a292c3f202221efed7d813d68c49503c5f7cddb (patch) | |
tree | f8d70606342c065658ea06d794f20bf71fb64c35 | |
parent | de5073836cdd056c422c3271aa42a3069139a411 (diff) | |
download | freebsd-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/Makefile | 5 |
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" |