diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-06 20:31:57 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-06 20:31:57 +0000 |
commit | 0bb9bd0afa3fa859636e621bed3ec913173e0f18 (patch) | |
tree | 607bff067b012bda4ea6412f510498e8a3973224 /devel/ocaml-equeue | |
parent | 165bfe6ffb1008b519bb9669cf0bfd0104ddb6d5 (diff) | |
download | ports-0bb9bd0afa3fa859636e621bed3ec913173e0f18.tar.gz ports-0bb9bd0afa3fa859636e621bed3ec913173e0f18.zip |
Notes
Diffstat (limited to 'devel/ocaml-equeue')
-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 " |