diff options
author | rillig <rillig@pkgsrc.org> | 2018-03-04 18:26:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-03-04 18:26:42 +0000 |
commit | a5ddf9cf37d20f454b2e7f6de9d7f5bcdfbfcd28 (patch) | |
tree | af353d94d7c686bc492f441f58b03b26ca0df67f /audio/libsbsms/Makefile | |
parent | 8476601da0603deb8f4bc10aef82176e8e6390ac (diff) | |
download | pkgsrc-a5ddf9cf37d20f454b2e7f6de9d7f5bcdfbfcd28.tar.gz |
audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM
Diffstat (limited to 'audio/libsbsms/Makefile')
-rw-r--r-- | audio/libsbsms/Makefile | 4 |
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 |