diff options
author | dmcmahill <dmcmahill> | 2007-01-31 12:53:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-01-31 12:53:03 +0000 |
commit | c7aa361bc372f9c65c6b7cbbc11022f28f9eb2ac (patch) | |
tree | aa384ab7ae08064c0ce7ed93f532ecc05ae9cb7e /www/w3m | |
parent | a68255733bae2944387919366cd76382a997709e (diff) | |
download | pkgsrc-c7aa361bc372f9c65c6b7cbbc11022f28f9eb2ac.tar.gz |
add missing gettext-lib/buildlink3.mk. Should address PR pkg/35529
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 3df64a443bf..a5bf8f31194 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2007/01/29 23:05:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.51 2007/01/31 12:53:03 dmcmahill Exp $ # PKGNAME= w3m-${W3M_VERS} -PKGREVISION= 6 +PKGREVISION= 7 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 782994f2760..b9953aecc01 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2007/01/30 18:54:44 joerg Exp $ +# $NetBSD: Makefile.common,v 1.45 2007/01/31 12:53:03 dmcmahill Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -76,6 +76,7 @@ post-install: ( cd ${PREFIX}/${DOCDIR}; ${PAX} -r ) .include "../../devel/boehm-gc/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |