diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 2e0e796c60a..d8143fd8179 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2004/06/24 09:17:34 cjep Exp $ +# $NetBSD: Makefile.common,v 1.31 2005/03/25 18:08:55 minskim Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -120,6 +120,7 @@ post-install: ( cd ${PREFIX}/${DOCDIR}; ${PAX} -r ) .include "../../devel/boehm-gc/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .if ${_W3M_USE_IMAGE} == YES .include "../../graphics/gdk-pixbuf/buildlink3.mk" .endif |