From 717dea1ce23d4047db68a4fba314f24c0a1e7d16 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 27 Aug 2012 02:10:51 +0000 Subject: Explicitly pass location of tclConfig.sh; otherwise it uses /usr/pkg and bypasses buildlinking. --- cad/gnetman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cad') diff --git a/cad/gnetman/Makefile b/cad/gnetman/Makefile index baaf5907048..75d0169e9c6 100644 --- a/cad/gnetman/Makefile +++ b/cad/gnetman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/08/21 23:49:18 marino Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/27 02:10:51 dholland Exp $ # DISTNAME= gnetman-11Feb05 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= TCL_CONFIG_SH=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh post-extract: ${RM} ${WRKSRC}/src/include/tcl.h -- cgit v1.2.3