From 6e0f81ca84ca018717fee4ce7edaa292a1e78c76 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Wed, 4 Oct 2006 05:44:57 +0000 Subject: - Use bsd.scons.mk PR: ports/103927 Submitted by: David Yeske (maintainer) --- graphics/blender-devel/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3