diff options
author | tron <tron@pkgsrc.org> | 2010-01-18 23:10:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-01-18 23:10:15 +0000 |
commit | 889947ab251e908fe691437149758a1ef2127279 (patch) | |
tree | 156ebb80c9b3111d92ffa18b0868a764e0038525 /multimedia | |
parent | 49706bd7105988b118e73520c6b79e1e714d9816 (diff) | |
download | pkgsrc-889947ab251e908fe691437149758a1ef2127279.tar.gz |
Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64
since several month.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediatomb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mediatomb/Makefile b/multimedia/mediatomb/Makefile index c82d8f7419b..1655d404437 100644 --- a/multimedia/mediatomb/Makefile +++ b/multimedia/mediatomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/18 23:10:15 tron Exp $ DISTNAME= mediatomb-0.11.0 PKGREVISION= 7 @@ -67,7 +67,7 @@ PREFER.bind= pkgsrc # we need the package for the lwres lib .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" .include "../../multimedia/ffmpeg/buildlink3.mk" -.include "../../net/bind9/buildlink3.mk" +.include "../../net/bind95/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |