diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-09 18:13:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-09 18:13:51 +0800 |
commit | 2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e (patch) | |
tree | 1fdaed54a8fadd4c6d596a590e853cbccc3f7570 /www | |
parent | 5cde002821a4d73a30e519ece62edead5a0fc028 (diff) | |
download | marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar.gz marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar.bz2 marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar.lz marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar.xz marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.tar.zst marcuscom-ports-2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e.zip |
Sync with FreeBSD ports. Correct p5-Switch depend line.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16048 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 2500bddf8..eafd88af1 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.76 2011/05/28 12:53:39 kwm Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.77 2011/06/07 13:35:08 kwm Exp $ # PORTNAME= webkit @@ -73,7 +73,7 @@ CFLAGS+= -mminimal-toc .endif .if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch:${PORTSDIR}/lang/p5-Switch +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch .endif post-patch: diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 46a7b8643..b01492042 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/webkit-gtk3/Makefile,v 1.14 2011/05/28 12:53:39 kwm Exp $ +# $MCom: ports/www/webkit-gtk3/Makefile,v 1.15 2011/06/07 13:35:09 kwm Exp $ # PORTNAME= webkit @@ -73,7 +73,7 @@ CFLAGS+= -mminimal-toc .endif .if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch:${PORTSDIR}/lang/p5-Switch +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch .endif post-patch: |