aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/icegradient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/icegradient/Makefile')
-rw-r--r--x11-themes/icegradient/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile
index bcdfa07476d3..06c4a7b4ba92 100644
--- a/x11-themes/icegradient/Makefile
+++ b/x11-themes/icegradient/Makefile
@@ -21,7 +21,12 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-0.0.5
USE_X_PREFIX= yes
USE_GNOME= gtk12
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>