aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/notif2/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-03 20:18:13 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-03 20:18:13 +0000
commit6bb41db8de2d230dc7094adc1e6814b4d08a8f6e (patch)
tree42a20005016b408ec71bd095c4b1866ea68b233d /x11-themes/notif2/Makefile
parent13142dd19cb90b39fac29bd90bd4920febccdd35 (diff)
downloadports-6bb41db8de2d230dc7094adc1e6814b4d08a8f6e.tar.gz
ports-6bb41db8de2d230dc7094adc1e6814b4d08a8f6e.zip
Notes
Diffstat (limited to 'x11-themes/notif2/Makefile')
-rw-r--r--x11-themes/notif2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile
index 9b70d1f2545c..b65d3bcb2a6e 100644
--- a/x11-themes/notif2/Makefile
+++ b/x11-themes/notif2/Makefile
@@ -20,9 +20,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GNOME= gtk12
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
GTKVERSION= 1.2
+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>