diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 02:14:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 02:14:26 +0000 |
commit | edfece35e448351d5311fe207e453a29fe6fb89c (patch) | |
tree | d57c195e61617a9e5bf7c61af2e5d63dc502aa6a /multimedia | |
parent | beb931616ed00a56d0fdcdd220db5f6287dc70ea (diff) | |
download | pkgsrc-edfece35e448351d5311fe207e453a29fe6fb89c.tar.gz |
from patch-ad, requirement of lwres (bind95) is only for NetBSD.
(FreeBSD has it in base).
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediatomb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/mediatomb/Makefile b/multimedia/mediatomb/Makefile index b50ebdc1ace..a705cdb0d97 100644 --- a/multimedia/mediatomb/Makefile +++ b/multimedia/mediatomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/01/18 23:38:31 tron Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/03 02:14:26 obache Exp $ DISTNAME= mediatomb-0.11.0 PKGREVISION= 8 @@ -58,8 +58,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/mediatomb.desktop \ ${DESTDIR}${PREFIX}/share/applications/mediatomb.desktop -PREFER.bind= pkgsrc # we need the package for the lwres lib - .include "options.mk" .include "../../audio/taglib/buildlink3.mk" @@ -67,7 +65,10 @@ 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" +.if ${OPSYS} == "NetBSD" +PREFER.bind= pkgsrc # we need the package for the lwres lib .include "../../net/bind95/buildlink3.mk" +.endif .include "../../textproc/expat/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |