aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-06-09 23:58:46 +0800
committertijl <tijl@FreeBSD.org>2013-06-09 23:58:46 +0800
commita833a062aa42034416b7eb695a92b0a53c73929b (patch)
treea8f820616f94948129532efd9cfc66551ba2a405
parent1d7124fc17cce73c112766f5aeb8394b3c053206 (diff)
downloadfreebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.tar.gz
freebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.tar.zst
freebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.zip
Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meant
to be used in port makefiles. Approved by: bapt
-rw-r--r--emulators/mupen64-dummyaudio/Makefile2
-rw-r--r--emulators/mupen64-glide/Makefile2
-rw-r--r--emulators/mupen64-gln64/Makefile2
-rw-r--r--emulators/mupen64-input/Makefile2
-rw-r--r--emulators/mupen64-rsp/Makefile2
-rw-r--r--emulators/mupen64-sdlaudio/Makefile2
-rw-r--r--emulators/mupen64-sdlinput/Makefile2
-rw-r--r--emulators/mupen64-softgfx/Makefile2
-rw-r--r--emulators/mupen64-sound/Makefile2
-rw-r--r--emulators/mupen64-tr64/Makefile2
10 files changed, 10 insertions, 10 deletions
diff --git a/emulators/mupen64-dummyaudio/Makefile b/emulators/mupen64-dummyaudio/Makefile
index 540fd5825777..9555d2ed92c6 100644
--- a/emulators/mupen64-dummyaudio/Makefile
+++ b/emulators/mupen64-dummyaudio/Makefile
@@ -10,6 +10,6 @@ PLUGIN_NAME= dummyaudio
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-glide/Makefile b/emulators/mupen64-glide/Makefile
index c957ef58914e..54d260a6b942 100644
--- a/emulators/mupen64-glide/Makefile
+++ b/emulators/mupen64-glide/Makefile
@@ -17,6 +17,6 @@ PLUGIN_NAME= Glide64
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-gln64/Makefile b/emulators/mupen64-gln64/Makefile
index 226c11530a78..cfcdcfbc9e86 100644
--- a/emulators/mupen64-gln64/Makefile
+++ b/emulators/mupen64-gln64/Makefile
@@ -16,6 +16,6 @@ PLUGIN_NAME= glN64
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-input/Makefile b/emulators/mupen64-input/Makefile
index bb5674d84014..77ae0a5b320b 100644
--- a/emulators/mupen64-input/Makefile
+++ b/emulators/mupen64-input/Makefile
@@ -13,6 +13,6 @@ PLUGIN_NAME= mupen64_input
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-rsp/Makefile b/emulators/mupen64-rsp/Makefile
index 886055226a6b..f3a5d744cd64 100644
--- a/emulators/mupen64-rsp/Makefile
+++ b/emulators/mupen64-rsp/Makefile
@@ -10,6 +10,6 @@ PLUGIN_NAME= mupen64_hle_rsp_azimer
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-sdlaudio/Makefile b/emulators/mupen64-sdlaudio/Makefile
index c0207a80073d..7f4643621e1d 100644
--- a/emulators/mupen64-sdlaudio/Makefile
+++ b/emulators/mupen64-sdlaudio/Makefile
@@ -14,6 +14,6 @@ PLUGIN_NAME= jttl_audio
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile
index d916c292f05d..bde314d3911b 100644
--- a/emulators/mupen64-sdlinput/Makefile
+++ b/emulators/mupen64-sdlinput/Makefile
@@ -16,6 +16,6 @@ PLUGIN_NAME= blight_input
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-softgfx/Makefile b/emulators/mupen64-softgfx/Makefile
index c34c804a1047..d8cf8b13ee98 100644
--- a/emulators/mupen64-softgfx/Makefile
+++ b/emulators/mupen64-softgfx/Makefile
@@ -14,6 +14,6 @@ PLUGIN_NAME= mupen64_soft_gfx
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-sound/Makefile b/emulators/mupen64-sound/Makefile
index 50662d86c78f..f65f60d21cfb 100644
--- a/emulators/mupen64-sound/Makefile
+++ b/emulators/mupen64-sound/Makefile
@@ -10,6 +10,6 @@ PLUGIN_NAME= mupen64_audio
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-tr64/Makefile b/emulators/mupen64-tr64/Makefile
index d61283b710fc..429c77e8c1d3 100644
--- a/emulators/mupen64-tr64/Makefile
+++ b/emulators/mupen64-tr64/Makefile
@@ -16,6 +16,6 @@ PLUGIN_NAME= tr64gl
MASTERDIR= ${.CURDIR}/../mupen64-base
-OPTIONS_OVERRIDE= GTK2
+OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"