summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-05 01:47:36 +0000
committerjschauma <jschauma>2003-06-05 01:47:36 +0000
commit7aea726f6e25f7cee9040b5933e371d25a6d4001 (patch)
tree391b674c16f3f674960018187ed027f31dddc30b
parent256e4d97ec7627aae21fcebd8063b83c6f8d61de (diff)
downloadpkgsrc-7aea726f6e25f7cee9040b5933e371d25a6d4001.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).
-rw-r--r--graphics/blender/Makefile7
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"