pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/pcl



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon May  3 09:12:58 UTC 2021

Modified Files:
        pkgsrc/graphics/pcl: buildlink3.mk

Log Message:
graphics/pcl: fix directory in bl3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/pcl/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/pcl/buildlink3.mk
diff -u pkgsrc/graphics/pcl/buildlink3.mk:1.1 pkgsrc/graphics/pcl/buildlink3.mk:1.2
--- pkgsrc/graphics/pcl/buildlink3.mk:1.1       Mon May  3 06:25:11 2021
+++ pkgsrc/graphics/pcl/buildlink3.mk   Mon May  3 09:12:58 2021
@@ -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 @@ PCL_BUILDLINK3_MK:=
 
 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