diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-19 15:49:05 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-19 15:49:05 +0000 |
commit | c901747dc7077cf696825857d091b1a717a8420c (patch) | |
tree | 2956c3fc6a162514c272615a3152a6f5f623ee5a /emulators/mednafen | |
parent | f3c41cec5f338e1e74005c67d211fd7c4b9f7657 (diff) |
Notes
Diffstat (limited to 'emulators/mednafen')
-rw-r--r-- | emulators/mednafen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 85f92926b3b3..83b174d5d382 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -51,7 +51,7 @@ IGNORE= needs round(3), which appears in 5.3 or later .endif pre-configure: - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure -e \ + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' -e \ 's|/usr/local|${LOCALBASE}|g' -e 's|/usr/X11R6|${X11BASE}|g' \ ${WRKSRC}/configure |