summaryrefslogtreecommitdiff
path: root/net/libtorrent
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-23 11:37:08 +0000
committerwiz <wiz@pkgsrc.org>2005-07-23 11:37:08 +0000
commit04bd5a4cdad671f346b37b2520a5952cd741afb3 (patch)
treebdce5186376140406e9e77361255e7b6f5f51c14 /net/libtorrent
parent1d1dca547477aa2ad4315125efd36ff1f3b57b68 (diff)
downloadpkgsrc-04bd5a4cdad671f346b37b2520a5952cd741afb3.tar.gz
Fix path to libtorrent directory.
Diffstat (limited to 'net/libtorrent')
-rw-r--r--net/libtorrent/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk
index bc1a0712ab9..36deefef6da 100644
--- a/net/libtorrent/buildlink3.mk
+++ b/net/libtorrent/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/22 22:24:39 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/07/23 11:37:08 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBTORRENT_BUILDLINK3_MK:= ${LIBTORRENT_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= libtorrent
.if !empty(LIBTORRENT_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.7.0
-BUILDLINK_PKGSRCDIR.libtorrent?= ../../wip/libtorrent
+BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent
.endif # LIBTORRENT_BUILDLINK3_MK
.include "../../devel/libsigc++2/buildlink3.mk"