diff options
Diffstat (limited to 'www/webkit-gtk/Makefile')
-rw-r--r-- | www/webkit-gtk/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index fbe7b100d32..bdf0b569041 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.113 2016/05/30 19:11:31 leot Exp $ +# $NetBSD: Makefile,v 1.114 2016/06/16 20:42:35 leot Exp $ DISTNAME= webkitgtk-2.12.3 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webkitgtk.org/releases/ EXTRACT_SUFX= .tar.xz @@ -23,7 +24,8 @@ USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt # GCC >= 4.7 or Clang >= 3.3 # XXX: Kludge, upstream needs GCC 4.9.0 for IndexedDB support. -# XXX: patches/patch-Source_cmake_OptionsGTK.cmake disables that to +# XXX: patches/patch-Source_cmake_OptionsGTK.cmake and +# XXX: patches/patch-Source_WTF_wtf_Compiler.h disables that to # XXX: avoid requiring GCC 4.9.0. GCC_REQD+= 4.7 |