summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r--www/gtkhtml3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index 74647fbb1..461c0c77d 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/gtkhtml3/Makefile,v 1.105 2007/06/19 03:53:55 marcus Exp $
+# $MCom: ports/www/gtkhtml3/Makefile,v 1.106 2007/07/10 03:19:14 ahze Exp $
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.15.5
+PORTVERSION= 3.15.6
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -31,4 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="3.14"
+post-patch:
+ @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \
+ ${WRKSRC}/intltool-merge.in
+
.include <bsd.port.mk>