w3m now needs gtk-pixbuf. PR 19198.
This commit is contained in:
parent
0f0c3011f4
commit
5022f86334
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue