diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-01 08:02:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-01 08:02:38 +0000 |
commit | b48e3ea3f88f5352dfc0e36ca14570a48ed94360 (patch) | |
tree | 43a6274e3d2d259902485e8ad9c7da7e2f4109cd /www/w3m/Makefile.common | |
parent | 743134b5f9e58e8e37ea7c31ce0d99a228c379a5 (diff) | |
download | pkgsrc-b48e3ea3f88f5352dfc0e36ca14570a48ed94360.tar.gz |
Depend on boehm-gc-7.2. From tsugutomo.enami in PR 47519.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 2be6c1815f8..5517281feef 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2012/10/28 06:31:08 asau Exp $ +# $NetBSD: Makefile.common,v 1.60 2013/02/01 08:02:38 wiz Exp $ # # used by www/w3m/Makefile # used by www/w3m-img/Makefile @@ -79,6 +79,7 @@ post-install: set -e; cd ${WRKSRC}; pax -w -s ',.*\.1$$,,' doc doc-jp | \ ( cd ${DESTDIR}${PREFIX}/${DOCDIR}; pax -r ) +BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=7.2 .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |