diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2013-08-23 20:30:16 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2013-08-23 20:30:16 +0800 |
commit | 573ca68d24f4d65af4fed1a7765fdd2447f56883 (patch) | |
tree | 2dd2197f519062afadd28a3b81b5672b8285462b /japanese/w3m | |
parent | c29d828539c5dab3ebe10f5141c8a8aabb4a7154 (diff) | |
download | freebsd-ports-gnome-573ca68d24f4d65af4fed1a7765fdd2447f56883.tar.gz freebsd-ports-gnome-573ca68d24f4d65af4fed1a7765fdd2447f56883.tar.zst freebsd-ports-gnome-573ca68d24f4d65af4fed1a7765fdd2447f56883.zip |
Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.
Pointed out by: jgh and bapt
Diffstat (limited to 'japanese/w3m')
-rw-r--r-- | japanese/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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.* |