diff options
author | kei <kei@pkgsrc.org> | 2002-05-17 00:01:12 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2002-05-17 00:01:12 +0000 |
commit | 0dce8ce849bd7944dcbfea1caadc9720fa80acb6 (patch) | |
tree | 4a149e7344d51a3d7c21bb735ceff6189433eef3 /www/w3m | |
parent | 29f380d385bcd8b5919dd22f0686a235e7e58860 (diff) | |
download | pkgsrc-0dce8ce849bd7944dcbfea1caadc9720fa80acb6.tar.gz |
No need to depend on jpeg-6b when inline image support is disabled. Noticed
by YAMAMOTO Takashi. Thanks.
Bump pacakge revision to w3m-0.3nb2.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 06ff9157c19..41ea2d4a98a 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2002/05/10 06:27:22 kei Exp $ +# $NetBSD: Makefile,v 1.37 2002/05/17 00:01:12 kei Exp $ # PKGNAME= w3m-${W3M_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index d8da551c39b..cb3f58f3161 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/05/10 16:51:02 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/05/17 00:01:12 kei Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -181,8 +181,8 @@ post-install: ${RM} -f w3mhelp.html; \ ${LN} -s w3mhelp${HELP_W3M}${HELP_LANG}.html w3mhelp.html) -.include "../../graphics/jpeg/buildlink.mk" .if ${W3M_USE_IMAGE} == YES +.include "../../graphics/jpeg/buildlink.mk" .include "../../graphics/imlib/buildlink.mk" .endif .include "../../devel/boehm-gc/buildlink.mk" |