diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-20 03:37:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-20 03:37:03 +0000 |
commit | c466d91815df7e377929fdf6a853f82768690b1f (patch) | |
tree | f772dd78d64a0bbf6a7070b09726e7fd71fbad0c /emulators | |
parent | 28001b1d756c487c2354075b79427218d76d8764 (diff) | |
download | ports-c466d91815df7e377929fdf6a853f82768690b1f.tar.gz ports-c466d91815df7e377929fdf6a853f82768690b1f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gnuboy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 0d2178c22f96..680f95eb93ed 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 +USE_REINPLACE= yes USE_XLIB= yes USE_AUTOCONF= yes GNU_CONFIGURE= yes @@ -27,7 +28,7 @@ CONFIGURE_ARGS= --with-sdl post-patch: .for file in sys/sdl/sdl.c sys/sdl/keymap.c - @${PERL} -pi -e "s|SDL/|SDL11/|g" ${WRKSRC}/${file} + @${REINPLACE_CMD} -e "s|SDL/|SDL11/|g" ${WRKSRC}/${file} .endfor post-install: |