aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-equeue
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-04-06 20:31:57 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-04-06 20:31:57 +0000
commit0bb9bd0afa3fa859636e621bed3ec913173e0f18 (patch)
tree607bff067b012bda4ea6412f510498e8a3973224 /devel/ocaml-equeue
parent165bfe6ffb1008b519bb9669cf0bfd0104ddb6d5 (diff)
downloadports-0bb9bd0afa3fa859636e621bed3ec913173e0f18.tar.gz
ports-0bb9bd0afa3fa859636e621bed3ec913173e0f18.zip
- Make ocaml-equeue to work with tcl versions above 8.4.
PR: ports/132678 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes: svn path=/head/; revision=231745
Diffstat (limited to 'devel/ocaml-equeue')
-rw-r--r--devel/ocaml-equeue/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ocaml-equeue/Makefile b/devel/ocaml-equeue/Makefile
index f4bc17d68fd7..df88f5c3be92 100644
--- a/devel/ocaml-equeue/Makefile
+++ b/devel/ocaml-equeue/Makefile
@@ -7,7 +7,7 @@
PORTNAME= equeue
PORTVERSION= 2.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.ocaml-programming.de/packages/
PKGNAMEPREFIX= ocaml-
@@ -32,8 +32,8 @@ ALL_TARGET= all opt
PKGDEINSTALL= ${PKGINSTALL}
.if defined(WITH_EQUEUE_TCL)
-BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.4:${PORTSDIR}/lang/tcl84
-CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${LOCALBASE}/include/tcl8.4" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl84"
+USE_TCL= 84+
+CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${TCL_INCLUDEDIR}" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//}"
PLIST_SUB+= TCL=""
.else
PLIST_SUB+= TCL="@comment "