diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2013-08-23 00:30:42 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2013-08-23 00:30:42 +0800 |
commit | 7a920021190ae6905e272c47cccb3158c0f94269 (patch) | |
tree | f403b032aaf685e857d616d6323f083f9f9e88f1 /japanese/w3m | |
parent | 9f400bd866ea34075255dced8376a2f75896764d (diff) | |
download | freebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.tar.gz freebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.tar.zst freebsd-ports-gnome-7a920021190ae6905e272c47cccb3158c0f94269.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>
Diffstat (limited to 'japanese/w3m')
-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" |