diff options
Diffstat (limited to 'emulators/vx68k')
-rw-r--r-- | emulators/vx68k/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 0bd0a8e..a689c0d 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -20,6 +20,7 @@ USE_MESA= yes USE_GNOMENG= yes USE_GNOME= gtk12 USE_LIBTOOL= yes +USE_REINPLACE= yes LIBTOOLFILES= configure vx68k-gtk/configure LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -31,6 +32,6 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ ${PTHREAD_LIBS} post-patch: - @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure + @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure .include <bsd.port.mk> |