diff options
author | obache <obache> | 2010-10-03 02:14:26 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-03 02:14:26 +0000 |
commit | 1af8a84402b20dbfda13e5fbd1e72dc961899211 (patch) | |
tree | d57c195e61617a9e5bf7c61af2e5d63dc502aa6a /multimedia/mediatomb | |
parent | 5208d266fc319fc9440e46b59b4e5e87d879e4bc (diff) | |
download | pkgsrc-1af8a84402b20dbfda13e5fbd1e72dc961899211.tar.gz |
from patch-ad, requirement of lwres (bind95) is only for NetBSD.
(FreeBSD has it in base).
Diffstat (limited to 'multimedia/mediatomb')
-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" |