well, py-numpy is also a BUILD_DEPENDS, as opencv can detect it

This commit is contained in:
espie 2011-12-05 09:36:32 +00:00
parent 5a08c18985
commit b4db5dc39b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2011/12/04 22:49:22 espie Exp $
# $OpenBSD: Makefile,v 1.11 2011/12/05 09:36:32 espie Exp $
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
@ -75,7 +75,8 @@ USE_LIBTOOL= Yes
VMEM_WARNING= Yes
RUN_DEPENDS-main= math/py-numpy
BUILD_DEPENDS= devel/doxygen
BUILD_DEPENDS= devel/doxygen \
math/py-numpy
# ATM opencv requires V4L1 compat, ask them to change it,
# then see WITH_V4L below.