diff options
author | drochner <drochner> | 2002-09-16 13:35:44 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-09-16 13:35:44 +0000 |
commit | 9fea8e77323f53fc7f6605ca62fb32d5fec9bcbe (patch) | |
tree | f2feb9a0bceb253c0b8933d360b9813a91711894 /textproc | |
parent | 4388052e58dd5cf76a4d03274deebde258881d78 (diff) | |
download | pkgsrc-9fea8e77323f53fc7f6605ca62fb32d5fec9bcbe.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 |