diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-27 02:10:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-27 02:10:51 +0000 |
commit | 717dea1ce23d4047db68a4fba314f24c0a1e7d16 (patch) | |
tree | 54caca11d84c031d0f50ba5fc3d0b97c0274a31f /cad | |
parent | 7bff737fd2afa57461a3f828b6a71fa3a02c9908 (diff) | |
download | pkgsrc-717dea1ce23d4047db68a4fba314f24c0a1e7d16.tar.gz |
Explicitly pass location of tclConfig.sh; otherwise it uses /usr/pkg and
bypasses buildlinking.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gnetman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |