pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cutter Update libsoup buildlink path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81bd8ed2558e
branches:  trunk
changeset: 652761:81bd8ed2558e
user:      youri <youri%pkgsrc.org@localhost>
date:      Sun Jun 07 14:16:01 2015 +0000

description:
Update libsoup buildlink path.

diffstat:

 devel/cutter/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13a7137435d1 -r 81bd8ed2558e devel/cutter/options.mk
--- a/devel/cutter/options.mk   Sun Jun 07 14:14:04 2015 +0000
+++ b/devel/cutter/options.mk   Sun Jun 07 14:16:01 2015 +0000
@@ -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 @@
 ### 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



Home | Main Index | Thread Index | Old Index