diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-27 00:47:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-27 00:47:25 +0000 |
commit | d600ca4be2d33fe58b7a210b9110a5f7634fb9fe (patch) | |
tree | f3cec0bc95bb067c40e6a1d9a331848d13780a45 /net | |
parent | de9deac0c668b4410317fe105f21fe6beaa70ade (diff) | |
download | pkgsrc-d600ca4be2d33fe58b7a210b9110a5f7634fb9fe.tar.gz |
Explicitly pass tcl and tk directory to configure script; otherwise it
looks in /usr/pkg even if that's not where you're trying to build against.
Diffstat (limited to 'net')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index ec82edc0ba9..0e2e0cfcd38 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/08/21 23:49:25 marino Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/27 00:47:25 dholland Exp $ # DISTNAME= ttt-1.8.2 @@ -13,6 +13,8 @@ COMMENT= Tele Traffic Tapper PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} +CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 INSTALL_TARGET= install install-man |