diff options
author | abs <abs@pkgsrc.org> | 2006-05-15 10:37:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-05-15 10:37:33 +0000 |
commit | e698749f9e738ae1f596921a8c9566acd283e662 (patch) | |
tree | 2960340b3c3318efa336219aa378a93572c4dc12 /graphics | |
parent | 0be18c45344a3978e5ac8873656af9af1f97d908 (diff) | |
download | pkgsrc-e698749f9e738ae1f596921a8c9566acd283e662.tar.gz |
+USE_LANGUAGES+=c++
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index e6dcdc8f0aa..cc17929c5ec 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2006/05/15 10:37:33 abs Exp $ DISTNAME= blender-2.41 PKGREVISION= 2 @@ -15,6 +15,7 @@ BUILD_DEPENDS+= scons>=0.96:../../devel/scons WRKSRC= ${WRKDIR}/blender USE_LIBTOOL= yes USE_TOOLS+= gmake +USE_LANGUAGES+= c++ LDFLAGS+= -lcrypto |