diff options
author | mva <mva@FreeBSD.org> | 2013-12-15 23:22:14 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-15 23:22:14 +0800 |
commit | 9faf94227703b0503175b8b74fe30bacc18bd7de (patch) | |
tree | 35145081837b8142ccd1d083b589c55c846b20e4 | |
parent | a76a6b3bbc08e59b950b029e22ab98094737328d (diff) | |
download | freebsd-ports-gnome-9faf94227703b0503175b8b74fe30bacc18bd7de.tar.gz freebsd-ports-gnome-9faf94227703b0503175b8b74fe30bacc18bd7de.tar.zst freebsd-ports-gnome-9faf94227703b0503175b8b74fe30bacc18bd7de.zip |
- Depend explicitly on lang/python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/opencolorio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 15fbd48c33a9..47ad5fed7db8 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -37,6 +37,7 @@ CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF .include <bsd.port.options.mk> .if ${SLAVE_PORT} == no +BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp USE_PYTHON= 2.6+ |