diff options
Diffstat (limited to 'japanese/w3m/Makefile')
-rw-r--r-- | japanese/w3m/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile index 929e14cb0d49..6dfebf6e7634 100644 --- a/japanese/w3m/Makefile +++ b/japanese/w3m/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-w3m -# Date Created: 8 Oct 1999 -# Whom: SADA Kenji <sada@FreeBSD.org> -# +# Created by: SADA Kenji <sada@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= japanese @@ -14,7 +10,8 @@ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -WITH_JAPANESE= Yes -CONFLICTS= ja-w3m-img-0.5.* w3m-0.5.* w3m-m17n-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.* +OPTIONS_OVERRIDE= DOCS JAPANESE +NO_DIALOG= yes +CONFLICTS= ja-w3m-img-0.5.* w3m-0.5.* w3m-img-0.5.* .include "${MASTERDIR}/Makefile" |