aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-10-04 13:44:57 +0800
committerrafan <rafan@FreeBSD.org>2006-10-04 13:44:57 +0800
commit63df8df89585d028598807b4cb15a87591aa89a8 (patch)
treeecf6f69796a4432ec185387f8866e8bbad2cbe9f /graphics
parentee6330a60a89b7b294f0a75f2877015aa45b98de (diff)
downloadfreebsd-ports-gnome-63df8df89585d028598807b4cb15a87591aa89a8.tar.gz
freebsd-ports-gnome-63df8df89585d028598807b4cb15a87591aa89a8.tar.zst
freebsd-ports-gnome-63df8df89585d028598807b4cb15a87591aa89a8.zip
- Use bsd.scons.mk
PR: ports/103927 Submitted by: David Yeske <dyeske at yahoo.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender-devel/Makefile7
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