diff options
author | abs <abs@pkgsrc.org> | 2006-07-30 20:29:09 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-07-30 20:29:09 +0000 |
commit | 00b01cc1fc313dbfcae26a89fa73d49386fe0fc1 (patch) | |
tree | 70fd6da14f509b7f85acb8ff7dd4fbff9986880d | |
parent | e84763e6a7f95ded0927caf6ebabe57c6d2d7a59 (diff) | |
download | pkgsrc-00b01cc1fc313dbfcae26a89fa73d49386fe0fc1.tar.gz |
USE_LANGUAGES= c c++
-rw-r--r-- | graphics/blender/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 98f1cc4559f..073b11755bd 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/06/12 16:28:11 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2006/07/30 20:29:09 abs Exp $ DISTNAME= blender-2.41 PKGREVISION= 3 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= scons>=0.96:../../devel/scons WRKSRC= ${WRKDIR}/blender USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ LDFLAGS+= -lcrypto |