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 /misc/yelp3 | |
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 'misc/yelp3')
-rw-r--r-- | misc/yelp3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index c6821b5cf1d..49b4af08a0d 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/05/05 00:48:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2014/08/03 22:13:19 wiz Exp $ DISTNAME= yelp-3.8.1 PKGREVISION= 10 @@ -26,7 +26,7 @@ BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" -.include "../../www/webkit-gtk3/buildlink3.mk" +.include "../../www/webkit1-gtk3/buildlink3.mk" .include "../../textproc/yelp-xsl/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |