diff options
author | jlam <jlam> | 2004-03-29 05:05:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-29 05:05:32 +0000 |
commit | 8c734418aa2b3645bf33ef135a58a4eee6759c3b (patch) | |
tree | 55a68049b3a45cb6de861dc6cfcf33fbe6c29781 /print/py-reportlab | |
parent | 33353572fb76baf4eb936d9d3ba4b39c72cf1f0b (diff) | |
download | pkgsrc-8c734418aa2b3645bf33ef135a58a4eee6759c3b.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 |