diff options
author | pav <pav@FreeBSD.org> | 2009-07-30 03:31:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-30 03:31:13 +0800 |
commit | 085bf3cc830799caf5d6692a808b61c36e4d8684 (patch) | |
tree | 81fb6fa7d1f166dbea9dd0ebcdef55147b0db921 /graphics | |
parent | 32d3371aa19e084d40533e41194d4a950bbd72e3 (diff) | |
download | freebsd-ports-gnome-085bf3cc830799caf5d6692a808b61c36e4d8684.tar.gz freebsd-ports-gnome-085bf3cc830799caf5d6692a808b61c36e4d8684.tar.zst freebsd-ports-gnome-085bf3cc830799caf5d6692a808b61c36e4d8684.zip |
- Correct dependencies
Reported by: pointyhat via erwin
Diffstat (limited to 'graphics')
-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 |