Remove redundant BUILDLINK_DEPENDS.oss definition -- it's already set
correctly in audio/oss/buildlink3.mk.
This commit is contained in:
parent
66b2e171eb
commit
a4f16cd066
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.11 2004/01/06 15:44:10 hubertf Exp $
|
||||
# $NetBSD: Makefile.common,v 1.12 2004/01/25 16:52:53 jlam Exp $
|
||||
#
|
||||
# This Makefile.common is included by:
|
||||
#
|
||||
|
@ -52,7 +52,6 @@ CONFIGURE_ARGS+= --without-gtk
|
|||
.if ${OPSYS} == "NetBSD"
|
||||
. if defined(USE_OSS)
|
||||
. include "../../audio/oss/buildlink3.mk"
|
||||
BUILDLINK_DEPENDS.oss= oss-[0-9]*
|
||||
XLOCK_AUDIOPLAY?= ${BUILDLINK_PREFIX.oss}/bin/ossplay
|
||||
. else
|
||||
XLOCK_AUDIOPLAY?= /usr/bin/audioplay
|
||||
|
|
Loading…
Reference in a new issue