diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-19 20:58:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-19 20:58:30 +0800 |
commit | 00d3c62301cf5ef08870748d7d435d421b37e98e (patch) | |
tree | d7f12a809ab08f0e736080815090c1785fc44c97 /devel | |
parent | ed1ce1af65479323760b36fe7bdbe8b18ff0a8be (diff) | |
download | freebsd-ports-gnome-00d3c62301cf5ef08870748d7d435d421b37e98e.tar.gz freebsd-ports-gnome-00d3c62301cf5ef08870748d7d435d421b37e98e.tar.zst freebsd-ports-gnome-00d3c62301cf5ef08870748d7d435d421b37e98e.zip |
- Convert to USES+=gmake tcl
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 d2b74b3595cd..46c45dbb0e8d 100644 --- a/devel/ocaml-equeue/Makefile +++ b/devel/ocaml-equeue/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= yes +USES= gmake MAKE_FLAGS= PACKAGES= # If defined, would be used by ocamlfind HAS_CONFIGURE= yes @@ -28,8 +28,8 @@ MAKE_JOBS_UNSAFE= yes PKGDEINSTALL= ${PKGINSTALL} .if defined(WITH_EQUEUE_TCL) -USE_TCL= 84+ -CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${TCL_INCLUDEDIR}" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//}" +USES+= tcl +CONFIGURE_ARGS+= -with-equeue-tcl -equeue-tcl-defs "-I${TCL_INCLUDEDIR}" -equeue-tcl-libs "-L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}" PLIST_SUB+= TCL="" .else PLIST_SUB+= TCL="@comment " |