diff options
author | pav <pav@FreeBSD.org> | 2010-06-23 06:22:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-23 06:22:38 +0800 |
commit | 91342df67bd504ed17b0800d4e34e369f383fd75 (patch) | |
tree | ad0746e39bc17a235ede73b6b79f0021ff8ca4a4 /x11-toolkits | |
parent | 6be9efa2f2a92e1ac0cc28aee259aae40148a8cd (diff) | |
download | freebsd-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/Makefile | 8 |
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} |