diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-21 03:01:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-21 03:01:14 +0800 |
commit | 5a03166a68612846b250bd285d6dfb4f0df5c17e (patch) | |
tree | 310d23bf166b85e7140726db77fa41c4af09f4d1 /www/webkit-gtk2 | |
parent | 99b4875fdc822b09ecd6620e77c1e83983ec0abe (diff) | |
download | marcuscom-ports-5a03166a68612846b250bd285d6dfb4f0df5c17e.tar.gz marcuscom-ports-5a03166a68612846b250bd285d6dfb4f0df5c17e.tar.zst marcuscom-ports-5a03166a68612846b250bd285d6dfb4f0df5c17e.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11356 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 763ff01b5..ef43a18e7 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.19 2008/08/04 16:58:04 mezz Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.20 2008/08/06 04:22:50 mezz Exp $ # PORTNAME= webkit @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxslt USE_PERL5= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:261 automake:110 libtool:15 +USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-webkit-target=x11 \ |