diff options
author | kristerw <kristerw> | 2005-05-25 18:23:46 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-05-25 18:23:46 +0000 |
commit | 51b85de211d12cefaa2252a7a803638e0a48432b (patch) | |
tree | 6f29011564d24f69e3e9425b6b6095566a02b8e8 /lang/tcl-itcl | |
parent | 13e62c7d44b5cc40148c847dc978fce272d5b6ba (diff) | |
download | pkgsrc-51b85de211d12cefaa2252a7a803638e0a48432b.tar.gz |
Ensure that configure finds ar.
Diffstat (limited to 'lang/tcl-itcl')
-rw-r--r-- | lang/tcl-itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index 278d4dc2d00..67685a418ce 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/25 18:23:46 kristerw Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -19,6 +19,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \ --with-tk=${BUILDLINK_PREFIX.tk}/lib \ --enable-shared +CONFIGURE_ENV+= AR="${AR}" MAKE_ENV+= TCL_HEADER_DIR=${BUILDLINK_PREFIX.tcl}/include/tcl |