summaryrefslogtreecommitdiff
path: root/devel/cutter
diff options
context:
space:
mode:
authoryouri <youri>2015-06-07 14:16:01 +0000
committeryouri <youri>2015-06-07 14:16:01 +0000
commit4ed2f847add46a31e8ea16fd498f325ba5b08477 (patch)
treeefdc2a5bcb2b2fbae8a651ef1de34f501eac0971 /devel/cutter
parentec9e26c66c2790b2bf77e0e1500284da223f76f8 (diff)
downloadpkgsrc-4ed2f847add46a31e8ea16fd498f325ba5b08477.tar.gz
Update libsoup buildlink path.
Diffstat (limited to 'devel/cutter')
-rw-r--r--devel/cutter/options.mk4
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