diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-29 05:05:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-29 05:05:32 +0000 |
commit | 426cc1ce723896618c86d37a3597253a1ef30dbd (patch) | |
tree | 55a68049b3a45cb6de861dc6cfcf33fbe6c29781 /print/py-reportlab | |
parent | bc99b16873a4aaf8d2461f14eb622e1cbf2f9ef5 (diff) | |
download | pkgsrc-426cc1ce723896618c86d37a3597253a1ef30dbd.tar.gz |
Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/buildlink2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-reportlab/buildlink2.mk b/print/py-reportlab/buildlink2.mk index 144ad1c9abd..bdd53e90468 100644 --- a/print/py-reportlab/buildlink2.mk +++ b/print/py-reportlab/buildlink2.mk @@ -1,7 +1,8 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/12/10 15:11:02 drochner Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/03/29 05:05:43 jlam Exp $ .include "../../lang/python/pyversion.mk" BUILDLINK_PACKAGES+= pyreportlab +BUILDLINK_PKGBASE.pyreportlab?= ${PYPKGPREFIX}-reportlab BUILDLINK_DEPENDS.pyreportlab?= ${PYPKGPREFIX}-reportlab-[0-9]* BUILDLINK_PKGSRCDIR.pyreportlab=../../print/py-reportlab |