From 91342df67bd504ed17b0800d4e34e369f383fd75 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 22 Jun 2010 22:22:38 +0000 Subject: - Fix build PR: ports/147886 Submitted by: Paul Schmehl (maintainer) Feature safe: yes --- x11-toolkits/iwidgets/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-toolkits') 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} -- cgit