From 9cf7860dd9a1e98c7c6bec5ab0797740345a6062 Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 4 Aug 2002 08:43:57 +0000 Subject: Build it also on Solaris. Apply patch from pkg/17260, which should now work after the recent buildlink changes. --- graphics/mplayer-share/Makefile.common | 4 ++-- graphics/mplayer-share/Makefile.depends | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'graphics/mplayer-share') diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index ed1c857faa6..e8f460d9a8f 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2002/08/01 05:48:13 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/08/04 08:43:57 veego Exp $ MPLAYER_DIST_VERSION= 0.90pre5 @@ -20,7 +20,7 @@ MAINTAINER?= svs@ropnet.ru,zuntum@netbsd.org HOMEPAGE?= http://www.mplayerhq.hu/ PATCHDIR= ${.CURDIR}/../../graphics/mplayer-share/patches -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc SunOS-*-* RESTRICTED?= "unsure of the license" # see http://www.mplayerhq.hu/DOCS/users_against_developers.html#binary diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends index e1d51d5fe53..38c6e6d26c4 100644 --- a/graphics/mplayer-share/Makefile.depends +++ b/graphics/mplayer-share/Makefile.depends @@ -1,9 +1,12 @@ -# $NetBSD: Makefile.depends,v 1.1 2002/06/08 23:41:56 veego Exp $ +# $NetBSD: Makefile.depends,v 1.2 2002/08/04 08:43:57 veego Exp $ DEPENDS+= mplayer-share-${MPLAYER_PKG_VERSION}${PKGREVISION:Dnb${PKGREVISION}}:../../graphics/mplayer-share -.include "../../audio/mad/buildlink.mk" +.if (${OPSYS} == "NetBSD") .include "../../devel/binutils/buildlink.mk" +.endif + +.include "../../audio/mad/buildlink.mk" .include "../../devel/SDL/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" .include "../../graphics/libungif/buildlink.mk" -- cgit v1.2.3