diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-05 01:47:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-05 01:47:36 +0000 |
commit | ac56e5ade877f2bd4785a6bcea18860ba09c584c (patch) | |
tree | 391b674c16f3f674960018187ed027f31dddc30b /graphics/blender/Makefile | |
parent | 20d3f31596c38a6bdab5bf55981be53d49dcf947 (diff) | |
download | pkgsrc-ac56e5ade877f2bd4785a6bcea18860ba09c584c.tar.gz |
Add USE_LIBTOOL et al in the hope that this fixes PR pkg/21789, which I can't
re-create (with or without bash).
Diffstat (limited to 'graphics/blender/Makefile')
-rw-r--r-- | graphics/blender/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index c2bcaa5de12..a453c43e8fd 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/05/28 15:51:38 jschauma Exp $ +# $NetBSD: Makefile,v 1.19 2003/06/05 01:47:36 jschauma Exp $ # DISTNAME= blender-2.27 @@ -16,6 +16,8 @@ USE_X11= YES HAS_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LDFLAGS+= -lcrypto CFLAGS+= -DGLX_GLXEXT_LEGACY @@ -64,11 +66,12 @@ CONFIGURE_ARGS+= --enable-exppython CONFIGURE_ARGS+= --disable-exppython .endif +.include "../../devel/libtool/buildlink2.mk" +.include "../../devel/zlib/buildlink2.mk" .include "../../graphics/Mesa/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" .include "../../lang/python/pyversion.mk" |