Depend on devel/py-d2to1. Seems to be the solution for build failure on
OmniOS.
This commit is contained in:
parent
260ba33996
commit
ac61db665b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/04/02 22:29:54 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/04/05 23:20:58 rodent Exp $
|
||||
|
||||
DISTNAME= colour-0.1.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= http://github.com/vaab/colour
|
|||
COMMENT= Converts and manipulates various color representation
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-d2to1-[0-9]*:../../devel/py-d2to1
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
|
|
Loading…
Reference in a new issue