diff options
author | veego <veego@pkgsrc.org> | 2002-08-04 08:43:57 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-08-04 08:43:57 +0000 |
commit | 9cf7860dd9a1e98c7c6bec5ab0797740345a6062 (patch) | |
tree | d98bcca3a3e291d121b72063652d88f9dd59b369 /graphics/mplayer-share | |
parent | e835c7ce5ac65505d78b23ba659f1b0599f329c7 (diff) | |
download | pkgsrc-9cf7860dd9a1e98c7c6bec5ab0797740345a6062.tar.gz |
Build it also on Solaris.
Apply patch from pkg/17260, which should now work after the recent
buildlink changes.
Diffstat (limited to 'graphics/mplayer-share')
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 7 |
2 files changed, 7 insertions, 4 deletions
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" |