summaryrefslogtreecommitdiff
path: root/net/ttt
diff options
context:
space:
mode:
authordholland <dholland>2012-08-27 00:47:25 +0000
committerdholland <dholland>2012-08-27 00:47:25 +0000
commit9fbf20f5206c68a0e0229ce61018d2c55fa802d9 (patch)
treef3cec0bc95bb067c40e6a1d9a331848d13780a45 /net/ttt
parent67b50cc058f3653414b053ec6ff26c1a60c38cad (diff)
downloadpkgsrc-9fbf20f5206c68a0e0229ce61018d2c55fa802d9.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/ttt')
-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