diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-15 15:53:34 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-15 15:53:34 +0000 |
commit | f5c1b2f02bab81de5cfea7e8428d8b8f1876edc2 (patch) | |
tree | 8803c8a4f945b724512bb510cd849e8e056c1bde /emulators | |
parent | 0b543fbafa01dc8dc3de705cf969cb546ad0e0dc (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 8867601356cf..85f92926b3b3 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -51,7 +51,9 @@ 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 + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure -e \ + 's|/usr/local|${LOCALBASE}|g' -e 's|/usr/X11R6|${X11BASE}|g' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |