diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-30 16:53:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-30 16:53:02 +0000 |
commit | 480e01e1278385f76bd55888bd2f991596c72690 (patch) | |
tree | bc44ccb38731c3df10a83663b9d210a9b6c2add6 | |
parent | d050f7e47927b6315ce270e7d41553ac2771e945 (diff) | |
download | pkgsrc-480e01e1278385f76bd55888bd2f991596c72690.tar.gz |
set minimum libsoup version
-rw-r--r-- | www/webkit-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 00ca0d6d7ec..1560b0bbb27 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/10/15 12:27:44 hasso Exp $ +# $NetBSD: Makefile,v 1.17 2009/10/30 16:53:02 drochner Exp $ DISTNAME= webkit-1.1.15.2 PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/} @@ -43,6 +43,7 @@ REPLACE_PERL+= JavaScriptCore/pcre/dftables \ .include "../../graphics/png/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.28.0 .include "../../net/libsoup24/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" |