diff options
author | wiz <wiz> | 2003-03-22 03:28:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-22 03:28:01 +0000 |
commit | 09719f1d4c9dfa017b436b0042a1f9a4bfa67304 (patch) | |
tree | 1222e8a018ab342f965938b9e6aac8ddf2a4b9f0 /www | |
parent | 9cf320573a95a65cdc6e0f74b46b3cbb50f1f7e1 (diff) | |
download | pkgsrc-09719f1d4c9dfa017b436b0042a1f9a4bfa67304.tar.gz |
Remove bogus dependencies for w3m-img, and bump PKGREVISION.
Noted by Takeshi Nakayama in PR 20734.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m-img/Makefile | 3 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index d0876d7b30e..f8e765f193e 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/10 06:29:39 kei Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/22 03:28:01 wiz Exp $ # PKGNAME= w3m-img-${W3M_BASE_VERS} +PKGREVISION= 1 COMMENT= multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 9ee2bb5a29f..c756b0d1abc 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2003/02/27 02:31:27 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.16 2003/03/22 03:28:01 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -185,8 +185,6 @@ post-install: ${LN} -s w3mhelp${HELP_W3M}${HELP_LANG}.html w3mhelp.html .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" |