diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-04 05:44:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-04 05:44:57 +0000 |
commit | 6e0f81ca84ca018717fee4ce7edaa292a1e78c76 (patch) | |
tree | dbe98941c223242e99faa8944f37d16604b57f63 /graphics | |
parent | f3ce063272da80fb43b993ede97eaf0210e5a2af (diff) | |
download | ports-6e0f81ca84ca018717fee4ce7edaa292a1e78c76.tar.gz ports-6e0f81ca84ca018717fee4ce7edaa292a1e78c76.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile index 7e3406d075a1..eba97485785c 100644 --- a/graphics/blender-devel/Makefile +++ b/graphics/blender-devel/Makefile @@ -15,8 +15,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= dyeske@yahoo.com COMMENT= 3D modeling/rendering/animation/gaming package -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ - ${X11BASE}/lib/libftgl.a:${PORTSDIR}/graphics/ftgl +BUILD_DEPENDS= ${X11BASE}/lib/libftgl.a:${PORTSDIR}/graphics/ftgl LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png \ @@ -29,6 +28,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ PLIST_FILES= bin/blender USE_X_PREFIX= yes USE_PYTHON= 2.3 +USE_SCONS= yes USE_SDL= sdl USE_GL= yes @@ -48,9 +48,6 @@ pre-everything:: @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -do-build: - @cd ${WRKSRC} && scons - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/../install/freebsd/blender ${PREFIX}/bin |