diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-30 11:31:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-30 11:31:46 +0000 |
commit | 08bbb256acd7580afec50533c029e88adca7b62d (patch) | |
tree | 19f71c663b5ecaf5cad3f0ffcc1c1f809331dd0e /www/w3m | |
parent | a1b65715e4e5d3031b107f951bdeec85fbe3e2ec (diff) | |
download | pkgsrc-08bbb256acd7580afec50533c029e88adca7b62d.tar.gz |
Remove unneeded x11.bl3.mk dependency.
Bump PKGREVISION.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index e955a9b376e..ec611fda92a 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2005/05/05 20:50:49 kei Exp $ +# $NetBSD: Makefile,v 1.47 2005/07/30 11:31:46 wiz Exp $ # PKGNAME= w3m-${W3M_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 855ac65b1fb..fdcc4ab7cde 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2005/07/16 01:19:26 jlam Exp $ +# $NetBSD: Makefile.common,v 1.40 2005/07/30 11:31:46 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -77,6 +77,5 @@ post-install: .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |