diff options
author | wiz <wiz> | 2005-07-23 11:37:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-23 11:37:08 +0000 |
commit | 5c4ff59d41e42e109f85ee5b99c494d0f4197c2e (patch) | |
tree | bdce5186376140406e9e77361255e7b6f5f51c14 /net/libtorrent/buildlink3.mk | |
parent | 0eb17b2d65fbe229e57c97463a65a1c2dc7b3c4b (diff) | |
download | pkgsrc-5c4ff59d41e42e109f85ee5b99c494d0f4197c2e.tar.gz |
Fix path to libtorrent directory.
Diffstat (limited to 'net/libtorrent/buildlink3.mk')
-rw-r--r-- | net/libtorrent/buildlink3.mk | 4 |
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" |