pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share include cdparanoia support on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d6ef0137fc0
branches:  trunk
changeset: 475469:0d6ef0137fc0
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 08:59:36 2004 +0000

description:
include cdparanoia support on FreeBSD, too.

diffstat:

 multimedia/mplayer-share/Makefile.depends |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ad8722d5c092 -r 0d6ef0137fc0 multimedia/mplayer-share/Makefile.depends
--- a/multimedia/mplayer-share/Makefile.depends Sun May 16 08:46:43 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.depends Sun May 16 08:59:36 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.depends,v 1.8 2004/04/28 15:54:46 wiz Exp $
+# $NetBSD: Makefile.depends,v 1.9 2004/05/16 08:59:36 grant Exp $
 #
 
 DEPENDS+=      mplayer-share>=${MPLAYER_PKG_VERSION}:../../multimedia/mplayer-share
 
 GCC_REQD+=     2.95.3
 
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
 .  include "../../audio/cdparanoia/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index