aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-06-23 06:22:38 +0800
committerpav <pav@FreeBSD.org>2010-06-23 06:22:38 +0800
commit91342df67bd504ed17b0800d4e34e369f383fd75 (patch)
treead0746e39bc17a235ede73b6b79f0021ff8ca4a4 /x11-toolkits
parent6be9efa2f2a92e1ac0cc28aee259aae40148a8cd (diff)
downloadfreebsd-ports-gnome-91342df67bd504ed17b0800d4e34e369f383fd75.tar.gz
freebsd-ports-gnome-91342df67bd504ed17b0800d4e34e369f383fd75.tar.zst
freebsd-ports-gnome-91342df67bd504ed17b0800d4e34e369f383fd75.zip
- Fix build
PR: ports/147886 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-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}