diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-11-17 14:31:34 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-11-17 14:31:34 +0000 |
commit | d0a032548e0599200c6068fb62a3c68bc3793f1a (patch) | |
tree | 2d15edfa2bbd88eb9136c853edd65e009ba5f1e7 /www/w3m/Makefile | |
parent | Update to 6.1. (diff) |
Update www/w3m to 0.3.2 and www/w3m-m17n to 0.3.2+20021116.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 7a48b790292b..aac587a047bd 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,6 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} -PORTREVISION= 1 CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +16,9 @@ MAINTAINER?= nobutaka@FreeBSD.org LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc -W3M_VERSION= 0.3.1 -M17N_VERSION= 20020717 -M17N_BASE_W3M_VERSION= 0.3.1 +W3M_VERSION= 0.3.2 +M17N_VERSION= 20021116 +M17N_BASE_W3M_VERSION= ${W3M_VERSION} HAS_CONFIGURE= yes USE_REINPLACE= yes @@ -83,7 +82,7 @@ MAKE_FLAGS+= DEFS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .if defined(INLINE_IMAGE) USE_GNOMENG= yes -USE_GNOME= imlib +USE_GNOME= gdkpixbuf DOCS+= README.img DOCS_JP+= README.img |