summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-03-04 18:26:42 +0000
committerrillig <rillig@pkgsrc.org>2018-03-04 18:26:42 +0000
commita5ddf9cf37d20f454b2e7f6de9d7f5bcdfbfcd28 (patch)
treeaf353d94d7c686bc492f441f58b03b26ca0df67f /audio
parent8476601da0603deb8f4bc10aef82176e8e6390ac (diff)
downloadpkgsrc-a5ddf9cf37d20f454b2e7f6de9d7f5bcdfbfcd28.tar.gz
audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM
Diffstat (limited to 'audio')
-rw-r--r--audio/libsbsms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile
index d1d8d9ddfcc..e30d4851d6a 100644
--- a/audio/libsbsms/Makefile
+++ b/audio/libsbsms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/04 18:26:42 rillig Exp $
DISTNAME= libsbsms-2.0.2
CATEGORIES= audio
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2
# configure script demands -msse; should be taught to use altivec and
# whatever else on other platforms. Except where nonexistent.
-BROKEN_EXCEPT_FOR_PLATFORM= *-*-i386 *-*-x86_64
+BROKEN_EXCEPT_ON_PLATFORM= *-*-i386 *-*-x86_64
NOT_FOR_PLATFORM= *-*-m68k
GNU_CONFIGURE= yes