summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-09 20:31:58 +0000
committerjlam <jlam@pkgsrc.org>2006-03-09 20:31:58 +0000
commitbafe7402ac76277e5d217e97852990af3bb8e0ec (patch)
treea892f9ffa72741ea26d266d68429b4d2c8f39b94 /x11/xlockmore
parentf5ce073b2a949453c47a7ff1914447ed20edd949 (diff)
downloadpkgsrc-bafe7402ac76277e5d217e97852990af3bb8e0ec.tar.gz
audio/oss/buildlink3.mk is no more after audio/oss was removed from
pkgsrc.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile.common7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common
index 6f9503d3b4f..b65b9c48733 100644
--- a/x11/xlockmore/Makefile.common
+++ b/x11/xlockmore/Makefile.common
@@ -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-nas
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