pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pcl graphics/pcl: fix directory in bl3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52469961a5b6
branches:  trunk
changeset: 451876:52469961a5b6
user:      thor <thor%pkgsrc.org@localhost>
date:      Mon May 03 09:12:58 2021 +0000

description:
graphics/pcl: fix directory in bl3

diffstat:

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

diffs (18 lines):

diff -r ba7646abb6e1 -r 52469961a5b6 graphics/pcl/buildlink3.mk
--- a/graphics/pcl/buildlink3.mk        Mon May 03 08:34:46 2021 +0000
+++ b/graphics/pcl/buildlink3.mk        Mon May 03 09:12:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2021/05/03 06:25:11 thor Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/05/03 09:12:58 thor Exp $
 
 BUILDLINK_TREE+=       pcl
 
@@ -7,7 +7,7 @@
 
 BUILDLINK_API_DEPENDS.pcl+=    pcl>=1.10.0
 BUILDLINK_ABI_DEPENDS.pcl+=    pcl>=1.10.0
-BUILDLINK_PKGSRCDIR.pcl?=      ../../wip/pcl
+BUILDLINK_PKGSRCDIR.pcl?=      ../../graphics/pcl
 
 .include "../../graphics/pcl/depends.mk"
 



Home | Main Index | Thread Index | Old Index