diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-16 13:35:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-16 13:35:44 +0000 |
commit | 1c45778105099093d9a3d4c0662f4fe366b4a2e4 (patch) | |
tree | f2feb9a0bceb253c0b8933d360b9813a91711894 /textproc | |
parent | 96c47fd967763d42089c37099dc978a7cff5fecb (diff) | |
download | pkgsrc-1c45778105099093d9a3d4c0662f4fe366b4a2e4.tar.gz |
oops - forgot to commit this (thanks wiz)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pyxml/buildlink.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/pyxml/buildlink.mk b/textproc/pyxml/buildlink.mk new file mode 100644 index 00000000000..b3be91bba32 --- /dev/null +++ b/textproc/pyxml/buildlink.mk @@ -0,0 +1,6 @@ +# $NetBSD: buildlink.mk,v 1.1 2002/09/16 13:35:44 drochner Exp $ + +.include "../../lang/python/pyversion.mk" + +BUILDLINK_DEPENDS.pyxml?= ${PYPKGPREFIX}-xml-* +DEPENDS+= ${BUILDLINK_DEPENDS.pyxml}:../../textproc/pyxml |