diff options
author | itojun <itojun> | 2002-11-29 05:19:55 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-11-29 05:19:55 +0000 |
commit | 7e8ef17cdccd52b9b9d4c43afe4f09c9cb8b876b (patch) | |
tree | 2ef1ee3a3fdfe41d1cd26aab92e608add1552490 | |
parent | c63809448811883c8d22409d3064c2ef22747055 (diff) | |
download | pkgsrc-7e8ef17cdccd52b9b9d4c43afe4f09c9cb8b876b.tar.gz |
w3m now needs gtk-pixbuf. PR 19198.
-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 |