diff options
author | youri <youri@pkgsrc.org> | 2015-06-07 14:16:01 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-06-07 14:16:01 +0000 |
commit | 4bc9b2633ce7a38e9c1dae2637ead27aaf9c3389 (patch) | |
tree | efdc2a5bcb2b2fbae8a651ef1de34f501eac0971 /devel | |
parent | 8bc97e4079dc66286b5268ca1cd48b11c21e4ee2 (diff) | |
download | pkgsrc-4bc9b2633ce7a38e9c1dae2637ead27aaf9c3389.tar.gz |
Update libsoup buildlink path.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cutter/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cutter/options.mk b/devel/cutter/options.mk index 3af2080e614..461e3446735 100644 --- a/devel/cutter/options.mk +++ b/devel/cutter/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/02/08 12:14:32 obache Exp $ +# $NetBSD: options.mk,v 1.4 2015/06/07 14:16:01 youri Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.cutter @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --disable-gtktest ### libsoup support ### .if !empty(PKG_OPTIONS:Mlibsoup) -. include "../../net/libsoup24/buildlink3.mk" +. include "../../net/libsoup/buildlink3.mk" CONFIGURE_ARGS+= --enable-libsoup PLIST.soup= yes .else |