diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /www/webkit-gtk3 | |
parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2 marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3')
-rw-r--r-- | www/webkit-gtk3/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 76d3e7b97..4f785ea5d 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/www/webkit-gtk3/Makefile,v 1.30 2012/08/08 16:56:41 kwm Exp $ -# +# $MCom: ports/www/webkit-gtk3/Makefile,v 1.31 2012/08/21 18:01:16 kwm Exp $ PORTNAME= webkit PORTVERSION= 1.8.3 @@ -29,7 +25,7 @@ USE_GETTEXT= yes USE_GSTREAMER= yes MAKE_JOBS_SAFE= yes USE_XORG= xt -USE_BISON= build +USES= bison USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk30 libxslt ltverhack |