tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to define DEPENDS to accept all py* variant packages.



On Fri, 18 Dec 2009 12:10:10 +0900
"OBATA Akio" <obache%netbsd.org@localhost> wrote:

> How to define DEPENDS (and CONFLICTS) pattern to accept all py* variant 
> packages?
> DEPENDS+=     py[0-9][0-9]-ibus>=1.2:../../wip/ibus

Use ${PYPKGPREFIX}:

DEPENDS+=       ${PYPKGPREFIX}-ibus>=1.2:../../wip/ibus


Home | Main Index | Thread Index | Old Index