Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meant
to be used in port makefiles. Approved by: bapt
This commit is contained in:
parent
c4998fd45c
commit
6bc83b9a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320342
10 changed files with 10 additions and 10 deletions
|
@ -10,6 +10,6 @@ PLUGIN_NAME= dummyaudio
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -17,6 +17,6 @@ PLUGIN_NAME= Glide64
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -16,6 +16,6 @@ PLUGIN_NAME= glN64
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -13,6 +13,6 @@ PLUGIN_NAME= mupen64_input
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -10,6 +10,6 @@ PLUGIN_NAME= mupen64_hle_rsp_azimer
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -14,6 +14,6 @@ PLUGIN_NAME= jttl_audio
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -16,6 +16,6 @@ PLUGIN_NAME= blight_input
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -14,6 +14,6 @@ PLUGIN_NAME= mupen64_soft_gfx
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -10,6 +10,6 @@ PLUGIN_NAME= mupen64_audio
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -16,6 +16,6 @@ PLUGIN_NAME= tr64gl
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64-base
|
||||
|
||||
OPTIONS_OVERRIDE= GTK2
|
||||
OPTIONS_SLAVE= GTK2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Reference in a new issue