diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-29 19:31:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-29 19:31:13 +0000 |
commit | c18fa8f02badeeebe9e2b293fe8053fdf87a47e4 (patch) | |
tree | 50f39dcd2b0a8c7fe14d4862bf9a5f83f4e241de | |
parent | Update to 3.7. (diff) |
- Correct dependencies
Reported by: pointyhat via erwin
Notes
Notes:
svn path=/head/; revision=238639
-rw-r--r-- | graphics/py-cgkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-cgkit/Makefile b/graphics/py-cgkit/Makefile index 112f10e0f4dd..f500ed9c1b77 100644 --- a/graphics/py-cgkit/Makefile +++ b/graphics/py-cgkit/Makefile @@ -19,9 +19,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python Computer Graphics Kit BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ - boost_thread.4:${PORTSDIR}/devel/boost-libs \ - boost_python.4:${PORTSDIR}/devel/boost-python-libs \ scons:${PORTSDIR}/devel/scons +LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ + boost_python.4:${PORTSDIR}/devel/boost-python-libs USE_GL= yes USE_PYTHON= yes |