aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wxmupen64plus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-04-08 05:43:06 +0800
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-04-08 05:43:06 +0800
commit2fa1a9efcd8583063fd610ca9ec87467667d4859 (patch)
treef67afcbc315fcda204a5a59e1831f8cf6901906f /emulators/wxmupen64plus
parente2fddfdcdaa634def173e31d7f2f66bee97754c5 (diff)
downloadfreebsd-ports-gnome-2fa1a9efcd8583063fd610ca9ec87467667d4859.tar.gz
freebsd-ports-gnome-2fa1a9efcd8583063fd610ca9ec87467667d4859.tar.zst
freebsd-ports-gnome-2fa1a9efcd8583063fd610ca9ec87467667d4859.zip
- Fix typo
Diffstat (limited to 'emulators/wxmupen64plus')
-rw-r--r--emulators/wxmupen64plus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile
index f6e80f05cbd5..77f1d1703819 100644
--- a/emulators/wxmupen64plus/Makefile
+++ b/emulators/wxmupen64plus/Makefile
@@ -29,7 +29,7 @@ USE_PYTHON= yes
WAF_SCRIPT= waf
post-patch:
- @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e
+ @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e \
's|version=2.9|version=${WX_VERSION}|g' ${WRKSRC}/wscript
do-configure: