summaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-05 19:16:57 +0000
committerdholland <dholland@pkgsrc.org>2011-12-05 19:16:57 +0000
commitcbf341798a8654699b808db678dc06166a07b1c3 (patch)
treeb94e0675128cdd8f994117f8ecfe494ae9928405 /audio/snd
parente7d6acd4cfa46c02599948365c5999ec7eecb84c (diff)
downloadpkgsrc-cbf341798a8654699b808db678dc06166a07b1c3.tar.gz
Use motif.bl3.mk instead of direct from openmotif.
Non-default option, so no revbump.
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/options.mk b/audio/snd/options.mk
index e47715ef2e9..8d547cc3c47 100644
--- a/audio/snd/options.mk
+++ b/audio/snd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/04/28 12:47:44 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2011/12/05 19:16:57 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.snd
PKG_SUPPORTED_OPTIONS= esound guile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --without-guile
.if !empty(PKG_OPTIONS:Mmotif)
CONFIGURE_ARGS+= --with-motif
-.include "../../x11/openmotif/buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-motif
.endif