diff options
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile.common | 4 | ||||
-rw-r--r-- | www/w3m/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 443df010e33..531ce275111 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2002/11/28 05:24:16 itojun Exp $ +# $NetBSD: Makefile.common,v 1.11 2002/11/29 05:19:55 itojun Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -171,7 +171,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/w3mhelperpanel ${LOCALBASE}/${HELPERDIR} .if ${W3M_USE_IMAGE} == YES ${INSTALL_PROGRAM} ${WRKSRC}/w3mimgdisplay ${LOCALBASE}/${HELPERDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/w3mimgsize ${LOCALBASE}/${HELPERDIR} .endif post-install: @@ -182,6 +181,7 @@ post-install: .if ${W3M_USE_IMAGE} == YES .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/imlib/buildlink2.mk" +.include "../../graphics/gdk-pixbuf/buildlink2.mk" .endif .include "../../devel/boehm-gc/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/w3m/PLIST b/www/w3m/PLIST index c214dca8f07..9c6551f63cd 100644 --- a/www/w3m/PLIST +++ b/www/w3m/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/11/28 05:24:16 itojun Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/11/29 05:19:55 itojun Exp $ bin/w3m man/man1/w3m.1 man/ja_JP.EUC/man1/w3m.1 @@ -56,5 +56,4 @@ lib/w3m/inflate lib/w3m/w3mbookmark lib/w3m/w3mhelperpanel ${USE_IMAGE}lib/w3m/w3mimgdisplay -${USE_IMAGE}lib/w3m/w3mimgsize @dirrm lib/w3m |