diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 17:36:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 17:36:32 +0800 |
commit | 251a960c01a2f93be395b798a67e28b36f2fb200 (patch) | |
tree | 28322b2aa6d6a92cc3c67ee6ea0e3308ca95a964 /games | |
parent | ee945288fd5f6c48bf5209e68a84b05085c3e6a5 (diff) | |
download | freebsd-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/Makefile | 4 |
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" |