diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-23 02:34:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-23 02:34:39 +0800 |
commit | 38e9712e8cdac846647db64f99004b3a74611255 (patch) | |
tree | b280de88d04cf4e498bd76ed1b4864ecb568bd5f /www/webkit-gtk2/Makefile | |
parent | 9674cf5025626e66d243f03d151dae3ec3e097c1 (diff) | |
download | marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.gz marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.bz2 marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.lz marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.xz marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.zst marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.zip |
Update to 1.0.1. Be affraid, this is my first webkit commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11146 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/Makefile')
-rw-r--r-- | www/webkit-gtk2/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 32319eed2..6a04e7119 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,16 +3,14 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.2 2008/03/31 10:33:05 ahze Exp $ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.14 2008/05/26 09:43:48 ahze Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.15 2008/06/06 21:38:54 marcus Exp $ # PORTNAME= webkit -PORTVERSION= 0.0.34130 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= www -MASTER_SITES= http://nightly.webkit.org/files/trunk/src/ +MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/ PKGNAMESUFFIX= -gtk2 -DISTNAME= WebKit-r${PORTVERSION:S/0.0.//} MAINTAINER= gnome@FreeBSD.org COMMENT= An opensource browser engine @@ -22,7 +20,6 @@ LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \ sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_BISON= build -USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxslt USE_PERL5= yes @@ -44,10 +41,6 @@ BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -IGNORE= Does not build -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp |