aboutsummaryrefslogtreecommitdiff
path: root/japanese/w3m-img
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-22 16:30:42 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-22 16:30:42 +0000
commit5905035866bdd673d6473fff1c9094740c61bc3d (patch)
treef403b032aaf685e857d616d6323f083f9f9e88f1 /japanese/w3m-img
parent320054830cd1929a0fdd6dc67d7ebabf64f45ac9 (diff)
downloadports-5905035866bdd673d6473fff1c9094740c61bc3d.tar.gz
ports-5905035866bdd673d6473fff1c9094740c61bc3d.zip
- Make slave ports of www/w3m work as are before master port is
OptionsNG-fied. - Convert makefile header to new format. - Remove shlib version from LIB_DEPENDS. - Remove M17N option and make m17n feature always on. It is because configure script enables m17n feature by default and there is no practical advantage of disabling it. - Remove www/w3m-m17n and www/w3m-m17-img because they are now identical with www/w3m and www/w3m-img. - Add entry of removed ports to MOVED. - Update CONFLICTS. - Adjust dependency of www/emacs-w3m. - Bump PORTREVISON of w3m ports and www/emacs-w3m. PR: ports/178189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=325211
Diffstat (limited to 'japanese/w3m-img')
-rw-r--r--japanese/w3m-img/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile
index 370ee19bd72b..df3ee56bc6bc 100644
--- a/japanese/w3m-img/Makefile
+++ b/japanese/w3m-img/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-w3m-image
-# Date Created: 22 July 2001
-# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
-#
+# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
-#
CATEGORIES= japanese
PKGNAMESUFFIX= -img
@@ -15,8 +11,8 @@ MASTERDIR= ${.CURDIR}/../../www/w3m
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
-WITH_JAPANESE= Yes
-WITH_INLINE_IMAGE= yes
-CONFLICTS= ja-w3m-0.5.* w3m-0.5.* w3m-m17n-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.*
+OPTIONS_OVERRIDE= DOCS JAPANESE INLINE_IMAGE
+NO_DIALOG= yes
+CONFLICTS= ja-w3m-0.5.* w3m-0.5.* w3m-img-0.5.*
.include "${MASTERDIR}/Makefile"