pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xlockmore audio/oss/buildlink3.mk is no more after...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb62867be343
branches:  trunk
changeset: 509418:eb62867be343
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 09 20:31:58 2006 +0000

description:
audio/oss/buildlink3.mk is no more after audio/oss was removed from
pkgsrc.

diffstat:

 x11/xlockmore/Makefile.common |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r ed4fd3f161bc -r eb62867be343 x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Thu Mar 09 20:31:36 2006 +0000
+++ b/x11/xlockmore/Makefile.common     Thu Mar 09 20:31:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2006/01/12 19:37:44 joerg Exp $
+# $NetBSD: Makefile.common,v 1.42 2006/03/09 20:31:58 jlam Exp $
 #
 # This Makefile.common is included by:
 #
@@ -59,12 +59,7 @@
 CONFIGURE_ARGS+=        --without-gtk
 
 .if ${OPSYS} == "NetBSD"
-.if !empty(PKG_OPTIONS:Moss)
-.    include "../../audio/oss/buildlink3.mk"
-XLOCK_AUDIOPLAY?=      ${BUILDLINK_PREFIX.oss}/bin/ossplay
-.  else
 XLOCK_AUDIOPLAY?=      /usr/bin/audioplay
-.  endif
 CONFIGURE_ARGS+=       --enable-def-play=${XLOCK_AUDIOPLAY:Q}
 .endif
 



Home | Main Index | Thread Index | Old Index