summaryrefslogtreecommitdiff
path: root/emulators/fmsx
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
commitce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch)
tree0494fe00c49ea3830e889c19ae243db33bf4c4ae /emulators/fmsx
parent825a5876bf4165e83081ef46539dc487f864d4bb (diff)
downloadpkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'emulators/fmsx')
-rw-r--r--emulators/fmsx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index cb4d729bba8..cbc852ac7ba 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/23 10:24:03 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $
DISTNAME= fMSX351
PKGNAME= fmsx-3.5.1
@@ -46,7 +46,7 @@ DEFS+= -DMSB_FIRST
.elif ${MACHINE_ENDIAN} == "little"
DEFS+= -DLSB_FIRST
.else
-BROKEN+= "Unknown endian"
+BROKEN= "Unknown endian"
.endif
MAKE_ENV+= DEFS=${DEFS:Q}