svn commit: r336544 - head/graphics/opencolorio
Marcus von Appen
mva at FreeBSD.org
Sun Dec 15 15:22:15 UTC 2013
Author: mva
Date: Sun Dec 15 15:22:14 2013
New Revision: 336544
URL: http://svnweb.freebsd.org/changeset/ports/336544
Log:
- Depend explicitly on lang/python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Modified:
head/graphics/opencolorio/Makefile
Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile Sun Dec 15 15:18:07 2013 (r336543)
+++ head/graphics/opencolorio/Makefile Sun Dec 15 15:22:14 2013 (r336544)
@@ -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+
More information about the svn-ports-all
mailing list