summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-08-27 00:47:25 +0000
committerdholland <dholland@pkgsrc.org>2012-08-27 00:47:25 +0000
commit7bff737fd2afa57461a3f828b6a71fa3a02c9908 (patch)
treef3cec0bc95bb067c40e6a1d9a331848d13780a45 /net
parent44f2b9b177b82ddd054dcf9f56b751789a2ffe90 (diff)
downloadpkgsrc-7bff737fd2afa57461a3f828b6a71fa3a02c9908.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/Makefile4
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