summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
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 /www/w3m/Makefile.common
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.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"