summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkei <kei>2002-05-17 00:01:12 +0000
committerkei <kei>2002-05-17 00:01:12 +0000
commit78b6a8d4d26799e63918ed38bfe58c05b335b022 (patch)
tree4a149e7344d51a3d7c21bb735ceff6189433eef3
parent3f670e4557e5d7a190a9db1ea23fcebe4f9fa3c1 (diff)
downloadpkgsrc-78b6a8d4d26799e63918ed38bfe58c05b335b022.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.
-rw-r--r--www/w3m/Makefile4
-rw-r--r--www/w3m/Makefile.common4
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"