aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:09:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:09:32 +0000
commitc950551fa1ea1a31c930b94bd1dac1de2857f4b3 (patch)
tree372dba0afa65857139a2543832b72f996fc89784
parentb6580446ec6dc21e4545f512b79c630acb1c440b (diff)
downloadports-c950551fa1ea1a31c930b94bd1dac1de2857f4b3.tar.gz
ports-c950551fa1ea1a31c930b94bd1dac1de2857f4b3.zip
Notes
-rw-r--r--emulators/fmsx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index c7815566abd8..1844f72f8313 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -40,7 +40,7 @@ post-patch:
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
${WRKSRC}/fMSX/Unix/Makefile \
${WRKSRC}/EMULib/Rules.Unix
-.if ${PORT_OPTIONS:MBPP32) || defined(PACKAGE_BUILDING) || defined(BATCH}
+.if ${PORT_OPTIONS:MBPP32} || defined(PACKAGE_BUILDING) || defined(BATCH)
${REINPLACE_CMD} -e 's/BPP16/BPP32/' ${WRKSRC}/fMSX/Unix/Makefile
.endif
.if ${PORT_OPTIONS:MBPP24}