Fix after removal of PKGNAMESUFFIX in master port
While here use OPTIONS_EXCLUDE to exclude options
This commit is contained in:
parent
c7c5115ac7
commit
0a4c2bc31b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329275
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue