summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-10-24 13:51:08 +0000
committerdrochner <drochner@pkgsrc.org>2002-10-24 13:51:08 +0000
commit4b510d642240ef2b5b6eee24d8e22a53f3e844dd (patch)
tree549f38beb703e4ce433f91ed1471014b0790b9aa /print
parentf055bbaba61c38327d41ce174fa6d9ee86298bda (diff)
downloadpkgsrc-4b510d642240ef2b5b6eee24d8e22a53f3e844dd.tar.gz
we call everything buildlink2 now for consistency
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/buildlink.mk6
-rw-r--r--print/py-reportlab/buildlink2.mk7
2 files changed, 7 insertions, 6 deletions
diff --git a/print/py-reportlab/buildlink.mk b/print/py-reportlab/buildlink.mk
deleted file mode 100644
index 48cbe6dbfcf..00000000000
--- a/print/py-reportlab/buildlink.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1 2002/10/23 18:05:23 drochner Exp $
-
-.include "../../lang/python/pyversion.mk"
-
-BUILDLINK_DEPENDS.pyreportlab?= ${PYPKGPREFIX}-reportlab-*
-DEPENDS+= ${BUILDLINK_DEPENDS.pyreportlab}:../../print/py-reportlab
diff --git a/print/py-reportlab/buildlink2.mk b/print/py-reportlab/buildlink2.mk
new file mode 100644
index 00000000000..222f5b386c8
--- /dev/null
+++ b/print/py-reportlab/buildlink2.mk
@@ -0,0 +1,7 @@
+# $NetBSD: buildlink2.mk,v 1.1 2002/10/24 13:51:08 drochner Exp $
+
+.include "../../lang/python/pyversion.mk"
+
+BUILDLINK_PACKAGES+= pyreportlab
+BUILDLINK_DEPENDS.pyreportlab?= ${PYPKGPREFIX}-reportlab-*
+BUILDLINK_PKGSRCDIR.pyreportlab=../../print/py-reportlab