diff options
author | joerg <joerg> | 2009-03-20 17:30:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-03-20 17:30:09 +0000 |
commit | 086c50f201dcdaff9d6f72e32cb578c6999dd1f4 (patch) | |
tree | 9f978b303280101c03b347d950a3af070d2c7dd8 /x11/py-Pmw | |
parent | eabcd4e3ab6ddcc86c822f7c857b52c5ac303f6a (diff) | |
download | pkgsrc-086c50f201dcdaff9d6f72e32cb578c6999dd1f4.tar.gz |
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
Diffstat (limited to 'x11/py-Pmw')
-rw-r--r-- | x11/py-Pmw/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-Pmw/buildlink3.mk b/x11/py-Pmw/buildlink3.mk index bd2d9231fca..abd918e22e1 100644 --- a/x11/py-Pmw/buildlink3.mk +++ b/x11/py-Pmw/buildlink3.mk @@ -1,10 +1,8 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:11:15 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 17:30:13 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PY_PMW_BUILDLINK3_MK:= ${PY_PMW_BUILDLINK3_MK}+ -.include "../../lang/python/pyversion.mk" - .if !empty(BUILDLINK_DEPTH:M+) BUILDLINK_DEPENDS+= pypmw .endif @@ -14,6 +12,8 @@ BUILDLINK_PACKAGES+= pypmw BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pypmw .if !empty(PY_PMW_BUILDLINK3_MK:M+) +.include "../../lang/python/pyversion.mk" + BUILDLINK_API_DEPENDS.pypmw+= ${PYPKGPREFIX}-Pmw-[0-9]* BUILDLINK_ABI_DEPENDS.pypmw?= ${PYPKGPREFIX}-Pmw>=1.2nb1 BUILDLINK_PKGSRCDIR.pypmw?= ../../x11/py-Pmw |