aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-04 17:36:32 +0800
committerbapt <bapt@FreeBSD.org>2013-10-04 17:36:32 +0800
commit251a960c01a2f93be395b798a67e28b36f2fb200 (patch)
tree28322b2aa6d6a92cc3c67ee6ea0e3308ca95a964 /games
parentee945288fd5f6c48bf5209e68a84b05085c3e6a5 (diff)
downloadfreebsd-ports-gnome-251a960c01a2f93be395b798a67e28b36f2fb200.tar.gz
freebsd-ports-gnome-251a960c01a2f93be395b798a67e28b36f2fb200.tar.zst
freebsd-ports-gnome-251a960c01a2f93be395b798a67e28b36f2fb200.zip
Fix after removal of PKGNAMESUFFIX in master port
While here use OPTIONS_EXCLUDE to exclude options
Diffstat (limited to 'games')
-rw-r--r--games/freeciv-nox11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-nox11/Makefile b/games/freeciv-nox11/Makefile
index 1ee994705ffd..93297053da5f 100644
--- a/games/freeciv-nox11/Makefile
+++ b/games/freeciv-nox11/Makefile
@@ -4,8 +4,8 @@
MASTERDIR= ${.CURDIR}/../freeciv
# Explicitly exclude X11 options
-OPTIONS_DEFINE= MYSQL IPV6
-OPTIONS_DEFAULT=MYSQL IPV6
+OPTIONS_EXCLUDE= SDL X11
+PKGNAMESUFFIX= -nox11
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"