summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/e16/Makefile3
-rw-r--r--x11-wm/enlightenment-devel/Makefile3
-rw-r--r--x11-wm/enlightenment/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index 640e5ee4f692..4a959e9aed00 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -29,6 +29,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= esound imlib
+USE_REINPLACE= yes
USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
@@ -45,7 +46,7 @@ CONFIGURE_ARGS+=--disable-zoom
MAN1= enlightenment.1
pre-patch:
- @${PERL} -pi -e 's/ wctype.h//' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| wctype.h||' ${WRKSRC}/configure
pre-build:
.for i in Marble.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 640e5ee4f692..4a959e9aed00 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -29,6 +29,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= esound imlib
+USE_REINPLACE= yes
USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
@@ -45,7 +46,7 @@ CONFIGURE_ARGS+=--disable-zoom
MAN1= enlightenment.1
pre-patch:
- @${PERL} -pi -e 's/ wctype.h//' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| wctype.h||' ${WRKSRC}/configure
pre-build:
.for i in Marble.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index 640e5ee4f692..4a959e9aed00 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -29,6 +29,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= esound imlib
+USE_REINPLACE= yes
USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
@@ -45,7 +46,7 @@ CONFIGURE_ARGS+=--disable-zoom
MAN1= enlightenment.1
pre-patch:
- @${PERL} -pi -e 's/ wctype.h//' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| wctype.h||' ${WRKSRC}/configure
pre-build:
.for i in Marble.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5