pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc disable building of experimental skins2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6579b27cbd16
branches:  trunk
changeset: 490201:6579b27cbd16
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Mar 05 14:22:22 2005 +0000

description:
disable building of experimental skins2 on all platforms, not just
NetBSD.

diffstat:

 multimedia/vlc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 941e8874fc71 -r 6579b27cbd16 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Sat Mar 05 14:12:26 2005 +0000
+++ b/multimedia/vlc/Makefile   Sat Mar 05 14:22:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/02/21 21:04:06 veego Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/05 14:22:22 grant Exp $
 #
 
 DISTNAME=              vlc-${VLC_VER}
@@ -24,11 +24,11 @@
 
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=        --disable-vcd
-CONFIGURE_ARGS+=       --disable-skins2
 .endif
 BUILDLINK_DEPENDS.vcdimager+=  vcdimager>=0.7.20nb1
 BUILDLINK_DEPENDS.ffmpeg+=     ffmpeg>=0.4.8nb1 # Postprocess fix
 
+CONFIGURE_ARGS+=       --disable-skins2
 CONFIGURE_ARGS+=       --disable-speex # needs unstable 1.1.x branch
 
 CONFIGURE_ARGS+=       --enable-dvb



Home | Main Index | Thread Index | Old Index