diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /graphics/py-soya3d | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) | |
download | ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.tar.gz ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.zip |
Notes
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 247a28e502e1..9e894daa6b69 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -16,7 +16,7 @@ COMMENT= Very high level 3D engine for Python BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging -LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ +LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \ ${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \ |