summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-05 23:20:58 +0000
committerrodent <rodent>2015-04-05 23:20:58 +0000
commit691bfca0367a9aa64f3dec0e77cbf8814edd0a7e (patch)
treec35a62ba7d63eecccd07f99b25954e4c05f1bf14 /textproc
parent1ae6f2f9a38ec9f53bf24f851bc417f81e90bacc (diff)
downloadpkgsrc-691bfca0367a9aa64f3dec0e77cbf8814edd0a7e.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"