From d6284d8eb3c4562c98c788c07e1802c855b972d9 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Fri, 23 Aug 2013 12:30:16 +0000 Subject: Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE. Pointed out by: jgh and bapt --- japanese/w3m-img/Makefile | 2 +- japanese/w3m/Makefile | 2 +- www/w3m-img/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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.* diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 0ffff9074e0a..bfd7c8b5ea62 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -10,7 +10,7 @@ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -OPTIONS_OVERRIDE= DOCS INLINE_IMAGE +OPTIONS_SLAVE= DOCS INLINE_IMAGE NO_DIALOG= yes CONFLICTS= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-0.5.*0 -- cgit v1.2.3