summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-06-09 15:58:46 +0000
committertijl <tijl@FreeBSD.org>2013-06-09 15:58:46 +0000
commita833a062aa42034416b7eb695a92b0a53c73929b (patch)
treea8f820616f94948129532efd9cfc66551ba2a405
parent1d7124fc17cce73c112766f5aeb8394b3c053206 (diff)
downloadFreeBSD-ports-a833a062aa42034416b7eb695a92b0a53c73929b.zip
FreeBSD-ports-a833a062aa42034416b7eb695a92b0a53c73929b.tar.gz
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 540fd58..9555d2e 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 c957ef5..54d260a 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 226c115..cfcdcfb 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 bb5674d..77ae0a5 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 8860552..f3a5d74 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 c0207a8..7f46436 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 d916c29..bde314d 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 c34c804..d8cf8b1 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 50662d8..f65f60d 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 d61283b..429c77e 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"
OpenPOWER on IntegriCloud