summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-23 12:30:16 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-23 12:30:16 +0000
commitd6284d8eb3c4562c98c788c07e1802c855b972d9 (patch)
tree2dd2197f519062afadd28a3b81b5672b8285462b /japanese
parentUpdate to 0.0.14. (diff)
Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.
Pointed out by: jgh and bapt
Notes
Notes: svn path=/head/; revision=325261
Diffstat (limited to 'japanese')
-rw-r--r--japanese/w3m-img/Makefile2
-rw-r--r--japanese/w3m/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile
index df3ee56bc6bc..2f2cec9b5764 100644
--- a/japanese/w3m-img/Makefile
+++ b/japanese/w3m-img/Makefile
@@ -11,7 +11,7 @@ MASTERDIR= ${.CURDIR}/../../www/w3m
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
-OPTIONS_OVERRIDE= DOCS JAPANESE INLINE_IMAGE
+OPTIONS_SLAVE= DOCS JAPANESE INLINE_IMAGE
NO_DIALOG= yes
CONFLICTS= ja-w3m-0.5.* w3m-0.5.* w3m-img-0.5.*
diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile
index 6dfebf6e7634..ace880b1eb34 100644
--- a/japanese/w3m/Makefile
+++ b/japanese/w3m/Makefile
@@ -10,7 +10,7 @@ MASTERDIR= ${.CURDIR}/../../www/w3m
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
-OPTIONS_OVERRIDE= DOCS JAPANESE
+OPTIONS_SLAVE= DOCS JAPANESE
NO_DIALOG= yes
CONFLICTS= ja-w3m-img-0.5.* w3m-0.5.* w3m-img-0.5.*