aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-22 22:22:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-22 22:22:38 +0000
commit0df324bae4036ab17377901efb6d0e05a1314699 (patch)
treecdb61c8fa1e2ec81b4416d4f611a84f006520569
parent3a7e6169dc02cb2117c4ebba36f68b39f00d05ad (diff)
downloadports-0df324bae4036ab17377901efb6d0e05a1314699.tar.gz
ports-0df324bae4036ab17377901efb6d0e05a1314699.zip
- Fix build
PR: ports/147886 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=256844
-rw-r--r--x11-toolkits/iwidgets/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/iwidgets/Makefile b/x11-toolkits/iwidgets/Makefile
index 3045331fd2bb..09d3c9e958be 100644
--- a/x11-toolkits/iwidgets/Makefile
+++ b/x11-toolkits/iwidgets/Makefile
@@ -19,10 +19,12 @@ LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk
NO_BUILD= yes
HAS_CONFIGURE= yes
+USE_TCL= 84+
+USE_TK= 84+
CONFIGURE_ARGS= --prefix=${PREFIX} \
- --with-tcl=${LOCALBASE}/lib/tcl8.4 \
- --with-tk=${LOCALBASE}/lib/tk8.4 \
- --with-itcl=${LOCALBASE}/lib/itcl3.3
+ --with-tcl=${TCL_LIBDIR} \
+ --with-tk=${TK_LIBDIR} \
+ --with-itcl=${LOCALBASE}
SUB_LIST= IWIDGETS=${DISTNAME}
SUB_FILES= pkg-message
PLIST_SUB= IWIDGETS=${DISTNAME}