pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libtorrent Fix path to libtorrent directory.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d15846dc9d5
branches:  trunk
changeset: 497267:8d15846dc9d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 23 11:37:08 2005 +0000

description:
Fix path to libtorrent directory.

diffstat:

 net/libtorrent/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53fd0d64d09a -r 8d15846dc9d5 net/libtorrent/buildlink3.mk
--- a/net/libtorrent/buildlink3.mk      Sat Jul 23 10:57:57 2005 +0000
+++ b/net/libtorrent/buildlink3.mk      Sat Jul 23 11:37:08 2005 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index