summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-05 23:20:58 +0000
committerrodent <rodent@pkgsrc.org>2015-04-05 23:20:58 +0000
commit8942ac10ba4586741134a9e2c764fa027b109237 (patch)
treec35a62ba7d63eecccd07f99b25954e4c05f1bf14 /textproc
parentd5f411173f641e82645d364314fa2d620fb16e4a (diff)
downloadpkgsrc-8942ac10ba4586741134a9e2c764fa027b109237.tar.gz
Depend on devel/py-d2to1. Seems to be the solution for build failure on
OmniOS.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-colour/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-colour/Makefile b/textproc/py-colour/Makefile
index 26b37d7b15f..8d66423e0b0 100644
--- a/textproc/py-colour/Makefile
+++ b/textproc/py-colour/Makefile
@@ -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"