diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-03 22:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-03 22:13:19 +0000 |
commit | 91ab57362694b0d09f1af9b9b757fd751055c0fb (patch) | |
tree | 7c96236c5b5b3bff10344f53422c535b73820428 /www/liferea | |
parent | 212e4f186f85a3bc31a8a6e238274cd5fd11fbc3 (diff) | |
download | pkgsrc-91ab57362694b0d09f1af9b9b757fd751055c0fb.tar.gz |
Switch to webkit1-gtk* in preparation for package update to v2.
Packages can switch to that version when they're tested to build with it.
Diffstat (limited to 'www/liferea')
-rw-r--r-- | www/liferea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 3f4556e011d..cba7e83ba45 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2014/05/29 23:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.130 2014/08/03 22:13:19 wiz Exp $ DISTNAME= liferea-1.4.28 PKGREVISION= 42 @@ -29,7 +29,7 @@ PLIST.gtkhtml= yes .endif .if !empty(PKG_OPTIONS:Mliferea-webkit) CONFIGURE_ARGS+= --disable-gecko -.include "../../www/webkit-gtk/buildlink3.mk" +.include "../../www/webkit1-gtk/buildlink3.mk" PLIST.webkit= yes .endif |