diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2011-02-12 07:59:17 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2011-02-12 07:59:17 +0800 |
commit | f5b8422004fc351dbf9bd30fcd3860275fe81ee4 (patch) | |
tree | a1e7614c310d729a6fdc1f68e4eed3f29e1944f3 /japanese | |
parent | 6107a0061129a22cc0267a676ee156081f523d9c (diff) | |
download | freebsd-ports-gnome-f5b8422004fc351dbf9bd30fcd3860275fe81ee4.tar.gz freebsd-ports-gnome-f5b8422004fc351dbf9bd30fcd3860275fe81ee4.tar.zst freebsd-ports-gnome-f5b8422004fc351dbf9bd30fcd3860275fe81ee4.zip |
- Update to 0.5.3. [*]
- Use OPTIONS in www/w3m.
- Enable SSL support by default.
PR: ports/154545 [*]
Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> [*]
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/w3m-img/Makefile | 4 | ||||
-rw-r--r-- | japanese/w3m/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile index 007090066823..370ee19bd72b 100644 --- a/japanese/w3m-img/Makefile +++ b/japanese/w3m-img/Makefile @@ -15,8 +15,8 @@ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -JAPANESE= Yes -INLINE_IMAGE= yes +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.* .include "${MASTERDIR}/Makefile" diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile index 87bae70fe1ac..929e14cb0d49 100644 --- a/japanese/w3m/Makefile +++ b/japanese/w3m/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 1 CATEGORIES= japanese MAINTAINER= nobutaka@FreeBSD.org @@ -15,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -JAPANESE= Yes +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.* .include "${MASTERDIR}/Makefile" |