diff options
author | acm <acm@FreeBSD.org> | 2014-04-08 05:43:06 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2014-04-08 05:43:06 +0800 |
commit | 0d8f2f74f250e8bcd4f39a27bc708c11502047d9 (patch) | |
tree | f67afcbc315fcda204a5a59e1831f8cf6901906f /emulators | |
parent | 50b3587e2ff2ff3dee9236fbab32338843a5ecf7 (diff) | |
download | freebsd-ports-gnome-0d8f2f74f250e8bcd4f39a27bc708c11502047d9.tar.gz freebsd-ports-gnome-0d8f2f74f250e8bcd4f39a27bc708c11502047d9.tar.zst freebsd-ports-gnome-0d8f2f74f250e8bcd4f39a27bc708c11502047d9.zip |
- Fix typo
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 2 |
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: |