summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/Makefile
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-03 12:38:27 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-03 12:38:27 +0800
commit151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4 (patch)
treea5db3edb837b205ef8d44a04916857208ae60df2 /www/webkit-gtk3/Makefile
parent7e775e9a2a2c7e0cd5a50fdb55e9ce870cd4cf35 (diff)
downloadmarcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar.gz
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar.bz2
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar.lz
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar.xz
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.tar.zst
marcuscom-ports-151e2d1828b70b02bf5c9c9a3a2e62e0f17f63a4.zip
Update to 1.3.11.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15179 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3/Makefile')
-rw-r--r--www/webkit-gtk3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 3ae2d48fe..f8d83288e 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/webkit-gtk3/Makefile,v 1.8 2010/12/26 10:55:54 kwm Exp $
+# $MCom: ports/www/webkit-gtk3/Makefile,v 1.9 2011/01/11 20:55:11 kwm Exp $
#
PORTNAME= webkit
-PORTVERSION= 1.3.10
+PORTVERSION= 1.3.11
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/
PKGNAMESUFFIX= -gtk3
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+=--disable-debug
.endif
.if ${ARCH} == powerpc64
-CFLAGS+= -mminimal-toc
+CFLAGS+= -mminimal-toc
.endif
post-patch:
@@ -76,7 +76,7 @@ post-patch:
${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp
@${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-# disable static library.
+# disable static library.
@${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \
${WRKDIR}/gnome-libtool
@${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \