diff options
author | stas <stas@FreeBSD.org> | 2009-04-07 04:31:57 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-04-07 04:31:57 +0800 |
commit | c26321a6a6ce1ce22e651b3c6e031105255008b9 (patch) | |
tree | f467d17100e9bf5f734ab3e34bace90d3b8ea7a3 /devel | |
parent | 4378676e40448eba0e77b3d2134b4a9fac17c51b (diff) | |
download | freebsd-ports-gnome-c26321a6a6ce1ce22e651b3c6e031105255008b9.tar.gz freebsd-ports-gnome-c26321a6a6ce1ce22e651b3c6e031105255008b9.tar.zst freebsd-ports-gnome-c26321a6a6ce1ce22e651b3c6e031105255008b9.zip |
- Make ocaml-equeue to work with tcl versions above 8.4.
PR: ports/132678
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-equeue/Makefile | 6 |
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 " |